all groups > flash actionscript > november 2005 >
You're in the

flash actionscript

group:

Actionscript target linking


Actionscript target linking The Waffler
11/29/2005 9:45:35 PM
flash actionscript:
Does anyone know how to link a flash object in a frames page to another frame?
The frame's name that it needs to go in is main. If for some reason you don't
know what I'm talking about, the HTML for this would be <target=main>
Re: Actionscript target linking NSurveyor
11/29/2005 11:00:08 PM
What do you mean exactly? Do you want to open a page in another frame? If so,
you could use:

getURL("page.html","main");

or, if you set it through the properties panel (for the selected textfield),
specifying the target as main.
Re: Actionscript target linking The Waffler
11/30/2005 1:05:29 AM
AddThis Social Bookmark Button