Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple - geturl but with a target frame

Status
Not open for further replies.

Toastie

Programmer
May 19, 2001
123
AU
i can do it with html just not actionscript

i need to do this in flash

<a href=&quot;solution.html&quot; target=&quot;body&quot; >

any ideas?
 
Inside a dynamic textbox you can use...
Code:
<A HREF=&quot;[URL unfurl="true"]http://www.macromedia.com&quot;[/URL] TARGET=&quot;body&quot; >Macromedia's website</A>
On a simple getURL, you can use...
Code:
getURL(&quot;[URL unfurl="true"]http://www.macromedia.com/&quot;,[/URL] &quot;body&quot;);
Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top