Closed
Bug 1068924
Opened 10 years ago
Closed 9 years ago
Implement Flash LocalConnection
Categories
(Firefox Graveyard :: Shumway, defect, P3)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpeterson, Assigned: till)
References
Details
Till says many interactive ads require LocalConnection. Until we support LocalConnection, we may be able to adjust our ad detection heuristics to not play SWFs that are likely to use LocalConnection (identified by SWF dimensions or origin).
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/LocalConnection.html
Reporter | ||
Comment 1•10 years ago
|
||
Till says we should at least scope the required effort and try to get it in quickly. We shouldn't block on it, though.
Priority: -- → P3
Reporter | ||
Comment 2•10 years ago
|
||
Matt is going to create some LocalConnection tests.
Assignee: nobody → mwobensmith
Assignee | ||
Comment 3•10 years ago
|
||
We're not sure if we really need this. If we do, it still doesn't need to block enabling on Nightly.
Assignee: mwobensmith → nobody
Reporter | ||
Comment 4•10 years ago
|
||
Till is working on LocalConnection in https://github.com/mozilla/shumway/pull/2225.
Assignee: nobody → till
Assignee | ||
Comment 5•9 years ago
|
||
+974 -140 lines later, this is finally done in https://github.com/mozilla/shumway/pull/2266! \o/
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Hello. Sorry for being naive or not too advanced to understand what's going on in here. I tried to run my client's app in Firefox, and the SWF movie crashes. I tested it in chrome and it works like a charm. It uses LocalConnection to communicate children Actionscript 2.0 SWF movies with an Actionscript 3.0 parent SWF movie. I also tested it in a new private window. Thanks.
http://angelhdz.com/SWFPlayer/
Reporter | ||
Comment 7•9 years ago
|
||
hi Angel, this particular bug report is about Mozilla's Shumway project, but LocalConnection in Adobe's Flash Player plugin. I filed a new bug 1174400 for your problem.
I tested your SWFPlayer in Firefox, Chrome, and Safari (on Mac OS X) and I see the same problem as you. When I click the green buttons, Chrome loads the videos but Firefox does not. Sometimes when I loaded your SWFPlayer in Firefox, the play and volume buttons would blink rapidly, switching between video play and pause mode. Strange!
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•