Contents |
|
Adding More Scenes | Joining Two Movies |
This tutorial demonstrates how open new web pages from a movie. Create a new movie and add a button.
Add the following script to the 'On Click' event of the button. You can use any URL you like.
Export the movie to HTML.
![]() | Export |
Press the button to open the web page.
The web page replaces the movie. If you want the web page top replace the test page you need to use the function GetTopUrl.
Add a 'Web Page' object to your movie, and set it's script Id to WebPage.
Change the script in the button so the web page opens inside the 'Web Page'.
![]() | Export |
Other functions are available for opening web pages in new windows and other iframes.
Adding More Scenes | Joining Two Movies |