Groups | Blog | Home
all groups > flash (macromedia) > june 2006 >

flash (macromedia) : Links for Frames


urami_
6/10/2006 12:00:00 AM

Give the frame some name, any name. Just don't call it "frame", "main", "top" etc...
none of the regular reserved word. Something unique, "MyDearFrame" whatever.... than
add it into your action :

this.onRelease = function(){
getURL("http://www.awebsite.htm","frameNAMEhere");
}


--
Regards

Urami


--



Happy New Year guys - all the best there is in the 2006 :)




<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
NickCherryJiggz
6/10/2006 4:12:26 AM
I would like to add a frame to the top of my current project. Inside this frame
will live an swf. This swf will contain several links that allow the user to
navigate the site. These links and their animations are all dependent of one
another, so one swf will need to have all the links. Is there a way that I can
use actionscript to link these buttons (inside the swf) to different pages,
much like this...

this.onRelease = function(){
getURL("http://www.awebsite.htm");
}

but the catch is, I want the main frame to be redirected to this url, not the
top frame which holds the swf. Is there an easy way I can control different
frames using actionscript? Thanks in advance.
AddThis Social Bookmark Button