Sunday, November 14, 2010

Insert ';Enter Site'; button into a flash (.swf) file?

I have a really nice swf file that I want as the intro to my site - only I dont know how to make a ENTER button for that swf file. I want the viewer to click the enter button after the intro plays to enter my html site. How do I set this up?Insert ';Enter Site'; button into a flash (.swf) file?
ok..



you need to create a button and attach the following code



on (release) {

getURL(';url-here';, ';_parent';);

}



for more info



http://www.adobe.com/livedocs/flashlite/Insert ';Enter Site'; button into a flash (.swf) file?
add this to a button at end :



on(release)

{

stop();

getURL(';WWW.MYWEBSITE.com';);

}

No comments:

Post a Comment