Closed
Bug 1143487
Opened 11 years ago
Closed 11 years ago
SWF #1533, #1681, #485 don't load: TypeError: this.processExternalCommand is not a function. viewerPlayer.js:45:0
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpeterson, Assigned: yury)
References
()
Details
http://swf.codeazur.com.br/?tag=#c530594211ca5060c2684dd405a1c46ddce79f9c7b2107e4517b440b9d11fb7b
"FileLoadingService: loading http://swf.codeazur.com.br/archive/c5/30/59/42/c530594211ca5060c2684dd405a1c46ddce79f9c7b2107e4517b440b9d11fb7b.swf, data: undefined" shumway.player.js:83183:24
"SWF load time: 0.0850sec" shumway.player.js:38971:0
"Main()" viewerPlayer.js:27:2
"init()" viewerPlayer.js:27:2
"loadData()" viewerPlayer.js:27:2
TypeError: this.processExternalCommand is not a function viewerPlayer.js:45:0
| Reporter | ||
Comment 1•11 years ago
|
||
Summary: SWF #1533 doesn't load: TypeError: this.processExternalCommand is not a function. viewerPlayer.js:45:0 → SWF #1533 and #1681 don't load: TypeError: this.processExternalCommand is not a function. viewerPlayer.js:45:0
| Reporter | ||
Comment 2•11 years ago
|
||
and SWF #485:
http://swf.codeazur.com.br/#71050424db9ad33322035c11a0beedfdefaf3449a60478f5710dce56febffa8c
Summary: SWF #1533 and #1681 don't load: TypeError: this.processExternalCommand is not a function. viewerPlayer.js:45:0 → SWF #1533, #1681, #485 don't load: TypeError: this.processExternalCommand is not a function. viewerPlayer.js:45:0
| Assignee | ||
Comment 3•11 years ago
|
||
This one is only specific to iframe player (and not the extension). Fixing it by https://github.com/mozilla/shumway/pull/2132
Assignee: nobody → ydelendik
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•11 years ago
|
||
Yury, when I try to load SWF #1681 (with the iframe player) I see the following console error message. Is this expected? Flash can't load this SWF either.
http://swf.codeazur.com.br/?tag=#870885af65f4db74a739d2c0618996dbfdbe7205ca2974c8b88792d5fd26dd87
uncaught exception: Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. <unknown>
Flags: needinfo?(ydelendik)
| Assignee | ||
Comment 5•11 years ago
|
||
This exception is expected in FP if external interface is not supported (and most of ActionScript code handles this exception properly).
Flags: needinfo?(ydelendik)
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•