Groups | Blog | Home
all groups > flash actionscript > january 2006 >

flash actionscript : setting target with .url in TextFormat?


DMennenoh *TMM*
1/31/2006 3:31:21 PM
You want _new, not _blank.

--
Dave -
www.blurredistinction.com
www.macromedia.com/support/forums/team_macromedia/

TimTee
1/31/2006 8:19:49 PM
is there a way set the target to _blank using the .url?
Similar to in getURL("www.theurl.com" target="_blank");
TimTee
2/1/2006 12:30:57 AM
Hi thanks, how do I do this using .url?

I have:
my_format.url = "http:www.myurl.com";

I tried my_format.url = "http:www.myurl.com target=_new"; >got nothing.

where do I specify to open in a new browser window like you do with getURL?

thanks again.
TimTee
2/1/2006 12:44:40 AM
ok I'm a spaz.

AddThis Social Bookmark Button