Click to See Complete Forum and Search --> : flash file intro?


lukeurtnowski
04-05-2006, 04:21 AM
I have a flash file on the internet, how do I make it so it serves as an intro to my web site?
Thanks

pcthug
04-05-2006, 04:39 AM
Follow http://www.alistapart.com/articles/flashsatay/ in conjuction with your 'index.html'

erol
05-02-2006, 10:23 AM
try this !, if you have the FLA file for it, insert a keyframe on the last frame, F9 to open-up your actions panel, and write this code,
getURL("http://whateveryoursite.com","_self"); ,
hope this helps.....