Groups | Blog | Home
all groups > flash (macromedia) > july 2005 >

flash (macromedia) : How do I link a button directly to a swf file



Tom Unger
7/8/2005 10:04:59 PM
pillowsr4u;
You probably don't want to do that since you would give up some control
compared to embedding the swf in an html page. -Tom Unger

pillowsr4u
7/8/2005 10:59:11 PM
Please help.
I'm new to flash.
How do I link a button directly to a swf file so that it opens in its own seperate window?
Randy1969
7/9/2005 12:07:37 AM
On the button place this code:

on (release)
{
getURL("mymovie.swf","_new");
}

Regards,
pillowsr4u
7/9/2005 2:00:58 AM
wow. thanks . that was great
what can i add to the script to make it open in a "fixed window" where it is sized exactly to the size of the document?
ty
AddThis Social Bookmark Button