The following example shows how you can determine when an Adobe AIR HTML control has finished loading by listening for the complete event on the HTML control.
Full code after the jump.
{ 0 comments }
A bunch of Adobe AIR examples*
From the category archives:
The following example shows how you can determine when an Adobe AIR HTML control has finished loading by listening for the complete event on the HTML control.
Full code after the jump.
{ 0 comments }
In a previous example, “Displaying web pages in an HTML control in an Adobe AIR application”, we saw how you can display web pages in an Adobe AIR HTML control by setting the location property.
The following example shows how you can determine when the Adobe AIR HTML control’s location changes using the locationChange event.
Full code after the jump.
{ 0 comments }
The following example shows how you can display web pages in an Adobe AIR HTML control by setting the location property.
Full code after the jump.
{ 4 comments }