Groups | Blog | Home
all groups > flash (macromedia) > february 2007 >

flash (macromedia) : LINK HELP


dan mode ->Adobe Community Expert
2/6/2007 4:40:41 PM
Do you have the fla file? or just the swf file?


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog


[quoted text, click to view]

Myetz
2/6/2007 11:08:20 PM
jesse harding
2/6/2007 11:45:19 PM
Hello Myetz,
I think you are looking for the getURL function. You can use it by creating
a button symbol and assigning it the following action:

on(release) {
getURL("http://www.thelink.com");
}


Jesse H.
Adobe Community Expert
My site: http://www.jharding.com
Free Blog Radio: http://www.tornadostream.com

[quoted text, click to view]

Myetz
2/7/2007 8:00:23 PM
satrop
2/7/2007 8:26:24 PM
So let me get this right! You have a .swf in Dreamweaver it has a movie clip of
a photo sequence? And you want to add a link?
Do you want more than one link?? If not, easy problem to fix!
Make a new botton over the top of your photo sequence in the four stages of
the button have nothing in the up, down and over state. So you just left with
the hit state so what you have made is a hidden button. Add the script from
above>

on(release) {
getURL("http://www.thelink.com");
}

and your good to go!! Hope this help??
AddThis Social Bookmark Button