Skip to main content
Participant
September 13, 2013
Question

navigateToURL "_self" still opens new tab in Firefox

  • September 13, 2013
  • 1 reply
  • 1054 views

I have a flash intro to a website that I want to redirect to the homepage once the video is finished. My code is below. Everything works right except that it always opens a new tab when I view the website in firefox. It works fine in safari though... I'm pretty new to actionscript but the "_self" command should make the page open in the same tab, right? please let me know what I'm doing wrong!

intro.addEventListener(Event.COMPLETE,completeF);

function completeF(e:Event){

    var targetURL:URLRequest = new URLRequest("home.html");

    navigateToURL(targetURL, "_self");

}

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 13, 2013

what's intro?

Participant
September 13, 2013

intro is the the instance name of the FLV playback

kglad
Community Expert
Community Expert
September 13, 2013

i don't see any problem using firefox 23.0.1 with fp 11.7.700.169.

the latest version of fp is 11.8.800.168.  which are you using: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html