Opened 12 years ago
Closed 12 years ago
#8726 closed defect (fixed)
dojox.embed.Flash - occasional fails in FF often fails in IE
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It's not the embedding that fails, but the ExternalInterface? com from JS to SWF. This is the FF issue - IE has timing issues that are worked out by providing an optional callback in the SWF to test.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [16788]) Fixes #8726, #8717 - at least I hope this fixes those tickets. Did soe major rework to test if JS to SWF com is properly initialized. Different fixes for IE and FF. Safari seems to work too. Lots of testing, seems pretty solid now. Also fixed the test file that caused an error on unload and probably wasn't removing test files from the server properly. Doing that as the images finish loading now.
Note: See
TracTickets for help on using
tickets.
(In [16787]) Refs #8726, #8717 - added the optional function to test if SWF com is ready. This fixes some major errors in IE - not sure if Video was working at all.