Closed
Bug 1063301
Opened 10 years ago
Closed 10 years ago
Image loading does not fire events.
Categories
(Firefox Graveyard :: Shumway, defect, P2)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbx, Assigned: tschneider)
References
()
Details
Loading images using 'flash.display.Loader' does not work. The following code is from the referenced example SWF:
var imageLoader = new flash.display.Loader();
var imageURLReq = new flash.net.URLRequest(url);
imageLoader.load(imageURLReq);
imageLoader.contentLoaderInfo.addEventListener(flash.events.Event.INIT, ...);
imageLoader.contentLoaderInfo.addEventListener(flash.events.ProgressEvent.PROGRESS, ...);
imageLoader.contentLoaderInfo.addEventListener(flash.events.Event.COMPLETE, ...);
imageLoader.contentLoaderInfo.addEventListener(flash.events.IOErrorEvent.IO_ERROR, ...);
Reporter | ||
Updated•10 years ago
|
Blocks: shumway-m3
Reporter | ||
Comment 2•10 years ago
|
||
Is it now just a problem with PROGRESS events?
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(ydelendik)
Comment 3•10 years ago
|
||
(In reply to Michael Bebenita [:mbx] from comment #2)
> Is it now just a problem with PROGRESS events?
Yes, the PROGRESS event is fired with wrong amount of total bytes and, I think, after COMPLETE.
Flags: needinfo?(ydelendik)
Updated•10 years ago
|
Assignee: nobody → schneider
Updated•10 years ago
|
Priority: -- → P2
Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•