Forum Moderators: open

Message Too Old, No Replies

flash load page

load page

         

krikri

2:26 am on Jan 20, 2004 (gmt 0)



I have a flash intro and an html website. I want users to click the skip intro if they dont want to wait for the flash to finish playing. I have done that.

But after the intro plays, I want the html website to be loaded if the user does not click the skip intro.

In short, how can I make the website open as soon as the intro finishes playing.

Thank you.

Abdelrhman Fahmy

6:13 am on Jan 20, 2004 (gmt 0)

10+ Year Member



i think you may have to add a getURL Action at the end frame of the intro movie

krikri

3:47 am on Jan 21, 2004 (gmt 0)



Please can you show me how to do that. Can you write it for me so I learn from it?

I know i have to get the script

At Frame14, for example which is my last frame, Get URL.

Please can you help.

Abdelrhman Fahmy

4:43 am on Jan 21, 2004 (gmt 0)

10+ Year Member



got to the last frame (Frame 14)
put the mouse over the frame key itself and with a right mouse click ...choose Action and enter the two lines of code
the first line is to stop the Movie and the second line is to get the domain name ou want
don't forget to change domain.com with your URL :)
stop();
getURL("http://www.domain.com", "_self");