all groups > flash actionscript > january 2004 >
You're in the

flash actionscript

group:

Redirect To HTML Page



Redirect To HTML Page warpert
1/16/2004 10:37:16 PM
flash actionscript: Hi, I have a flash movie which is to be an introduction to a church website. When the movie has finished is there any way of automatically redirecting to the main website?

Many thanks

warpert

Re: Redirect To HTML Page BatteryLow
1/16/2004 11:08:49 PM
Yes.

You can set actionscript in the last frame to getURL:

getURL ("http://www.your_main_website.com", "_self");

This should work. After playingthrough your flash movie it will automatically load your html page.

getURL ("http://www.your_main_website.com", "_self");

AddThis Social Bookmark Button