Pop-up blockers and redirect in a new tab
i want .txt page opened in new tab when .swf file opened. ie blocks it.
the .swf called external web page. therefore, cannot add more code there.
i'm not experienced , tried adding different codes in timeline. navigatetourl "parent" works open in same page can't open in new tab, "_blank".
this target="" attribute on anchor depreciated. invalid markup. reason why is decidedly "users" decision open content in new window or new tab, no longer yours. can open child windows via javascript owned parent window , allowed (aside popup blockers).
the way i've found validates , opens new window, yet going fixed, intercepting anchor link such as:
<a href="http://www.adobe.com" onclick="target='_blank';">open adobe in new tab or window (based on browser preferences)</a>
however said not have access code on page swf lands on? if that's case can't want inside swf alone. can't make anchor or write custom javascript work externalinterface can't it.
More discussions in ActionScript 3
adobe
Comments
Post a Comment