;

PDA

Click to See Complete Forum and Search --> : From Flash to a Static Page


danima
08-01-2007, 09:41 PM
Hey Folks:

We need to go live with a site by Friday and the client wants a change that should be easy...but not for me. I have a Flash intro for this client's site. At the end it simply has an Enter Here button and it takes them to the welcome page (static html page). However, the client wants the Flash to end and automatically go to the static HTML page...I'm sorry if this is a stupid question...but I can't think of how to do it

Thanks in advance

dewman
08-01-2007, 10:15 PM
At the very last frame of the movie, put:

getURL("URLofPage");


If you have a movie clip that plays after the last frame on the main timeline, just put the above on the last frame of that movie clip.

danima
08-01-2007, 10:46 PM
I figured it might be that simple....always a pleasure dealing with this group. Much appreciated.