10/17/2011 11:52:00 PM
Title:
Open Url in New Tab (not in new browser or same tab)
Hello,
I want to know, how to open external url in a new tab (not in new browser or same tab)???
I tried with
navigateToURL(new URLRequest("http://www.google.com"),"_self");
But it will open url with same tab.
I also tried with
navigateToURL(new URLRequest("http://www.google.com"),"_blank");
but it will open url with new browser
I want this page next to the current page means in new tab with same browser
How to do that? :-o
Please Help...!!!!
Thanks in advance... : )
Shridhar Kulkarni
10/24/2011 2:38:32 AM
you can only use _blank to open a new window. All browsers contain preference to open the new blank page as a new Tab or in the same window. So its a user preference cannot be set by flash.