| Contents |
|
| Ogg | Script File |
Web Page
Add a web page to your HTML movies. Set a default URL or set the URL using buttons and script.
Properties
| URL • The web address of the page, such as http://www.Hippani.com. Absolute and relative addresses are supported. |
| Show Scrollbars • Show scrollbars in the web page. |
| Preload • Start loading this before the movie starts playing. This might cause the movie to pause while loading in some browsers. |
Script
|
Open Page
• Open a new URL in a web page object . You must set a 'Script ID' value for the 'Web Page' in the timeline.
OpenPage("Script ID","http://"); |
|
Close Page
• Open a blank page in a web page object. You must set a 'Script ID' value for the 'Web Page' in the timeline.
ClosePage("Script ID"); |
|
Page Execute
• Execute some javascript inside a web page object, this feature only works if both web pages have the same domain. You must set a 'Script ID' value for the 'Web Page' in the timeline.
PageExecute("Script ID","Script"); |
| Ogg | Script File |