PDA

View Full Version : Flash Intro


Duck Man
11-07-2001, 03:18 PM
I'm new to Flash, so please type your responses slowly so my the info penetrates my thick skull. :)

I've created a Flash intro for a client. It's pretty lame, but it fulfills what the client desired.

My question is...


How do I automatically refresh to the main page when the intro is done playing?


Thanks!

slayerspage.com
11-09-2001, 09:38 PM
I'm not sure how to do it in flash but you could time the movie than use a timed redirection java script code.... thats the only way i know
(not a flash expert)

efok
11-10-2001, 06:23 PM
in the time line on the last frame right click >> actions then click get url on the side and type the url for the page u would like it to go to hope that helps

bye

loadhead
11-20-2001, 09:28 PM
Create a new scene and name it preloader,when you create the new scene it will be on the bottom,drag it above scene1


Now on frame one of the preloader goto frame actions
ifFrameLoaded ("Scene 1", 81) {
gotoAndPlay ("Scene 1", 1);
}
change the 81 to the last number frame of scene1