Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox block navigateToUrl command to open new window locally in Flash

more options

Firefox block navigateToUrl command to open new window locally in Flash. A check with adobe knowledge base has attribute this bug to be with Firefox 3.0 and later.

This happened

Every time Firefox opened

== Clicking a link in a swf file locally

Firefox block navigateToUrl command to open new window locally in Flash. A check with adobe knowledge base has attribute this bug to be with Firefox 3.0 and later. == This happened == Every time Firefox opened == Clicking a link in a swf file locally

All Replies (7)

more options

Anyone find a solution to this firefox bug? Seems it is only not working with firefox 3.6

more options

There's workaround using ExternalInterface() if you are running the swf in a browser window but if you are planning to run it as a projector running from a cd, then you are out of luck.

more options

I am wanting to run it as a projector from a CD. First the pipe character issue (beat that) and now this. What has happened to my favorite browser? So what do I tell my client? "Sorry, but you will loose a pretty significant portion of users"?

more options

Sorry, not sure how your username got there. That was my response.

I am wanting to run it as a projector from a CD. First the pipe character issue (beat that) and now this. What has happened to my favorite browser? So what do I tell my client? "Sorry, but you will loose a pretty significant portion of users"?

more options

There,s some talk of a workaround for projector over at flashkit.com, although its not really a elegant solution. You can try calling apple script for mac or vbscript for window using fscommands from your projector. The applescript in turn will launch the url in safari instead of firefox. For the Vbscript version, Internet explorer will be launch.

more options

This is indeed how I resolved it. Not the most straight forward approach and quite a bit of work given the amount of links I have. But it worked and the project shipped to diskmakers yesterday so I can have a relaxing weekend :). Thanks for the help.