Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox block navigateToUrl command to open new window locally in Flash

  • 7 ответов
  • 16 имеют эту проблему
  • 16 просмотров
  • Последний ответ от the-edmeister

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

Все ответы (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.