I want a new browser window to come up on some of my links on my flash site. How do i get a new window to come up instead of the user being taken away from my site? Please please please help.
Printable View
I want a new browser window to come up on some of my links on my flash site. How do i get a new window to come up instead of the user being taken away from my site? Please please please help.
hi,
You use getURL() with "_blank" as the second parameter.
Actionscript Code:getURL("http://www.flashkit.com/", "_blank")
I think you are talking about popup window
set target as _blank