Is it possible to set up a flash to be directed to your home page after it plays? I would like to have a flash page be the first thing they see when they visit my site and after the flash is over, automatically be forward to the home page.
Flash Page
Collapse
X
-
Re: Flash Page
To Make the flash intro go automatically to the next page you will need to use actionscript, Put this in the last frame of your flash intro:
getURL("http://www.yourdomain.com/whatever.html");
You may have to use the stop(); command if is on a loop.
-
Comment