What is the action script to make an intro go to the home page?
Once it gets to the last frame, what's the action script to have that swf file move automatically to the home page?
Public Comments
- On the last frame of the intro, add the following... stop(); getURL("http://www.yourDomain.com/yourindex.html/", "_self");
Powered by Yahoo! Answers