Closed Bug 589544 Opened 14 years ago Closed 6 years ago

FF4 won't display swf (flash) when opened in xul browser element inside dialog/window

Categories

(Firefox :: Extension Compatibility, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: elad.yosha, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; Windows NT 5.1; rv:2.0b3) Gecko/20100805 Firefox/4.0b3 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; Windows NT 5.1; rv:2.0b3) Gecko/20100805 Firefox/4.0b3 ( .NET CLR 3.5.30729)

I have FF extensions that open dialogs to display web pages with xul browser element inside them.
with all versions of FF before 4.0, flash files are displayed well inside the xul browser element.
From FF4 only youtube videos can be displayed, all the rest of the swf I've tried, wont displayed. If I browse directly to the url, FF4 will display it fine.
Inside xul browser element I get permission denied location.toString() error and flash won't displayed.

an example flash url is: http://cdn.tictacti.com/widgets/client/imedix.html?tagType=connect4&gameUrl=connect4&gameName=Connect-four&width=600&height=400&publisherId=3208


Reproducible: Always

Steps to Reproduce:
open a dialog from an extension.
inside the dialog put some code like that
<vbox>
    <hbox>
      <browser id="genericBrowser" type="content-primary" autoscroll="false" />
    </hbox>
</vbox>
load an src into the browser, flash pages won't displayed
Actual Results:  
flash/swf throw permission denied on location.toString()
and it won't display
Mass-closing old Extension Compatibility bugs that relate to legacy add-ons or NPAPI plug-ins. If you think this bug is still valid, please reopen or comment.

Sorry for the bug spam, and happy Friday!
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.