Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash intro question

Status
Not open for further replies.

erinm

Technical User
Oct 9, 2003
6
US
for my website, i have a short 15 sec. intro which i loaded into dreamweaver, then in DW I added a 'skip intro' button. Now, the problem is that the only way the viewer can get to the home page is by clicking the 'skip intro' button. I'd like the flash intro to stop and automatically open the home page, so if the viewer wanted see the whole intro without pressing or clicking anything they can. And so it's a smooth transition... Does anyone have any tips for doing this?? I haven't used flash that much before.. Thanks. Erin
 
On a end keyframe in your Flash movie, simply add the following...
Code:
stop();
getURL("[URL unfurl="true"]http://www.yourserver.com/your.html",[/URL] "_self");

Obviously replace "yourserver.com/your.html" with the right ones.

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top