Open GoogleCodeExporter opened 9 years ago
You could also change lines 115, 116, and 117 in GIFPlayer.as to be
bitmapData = aFrames[ iIndex ].bitmapData;
which makes it so whether dispose or don't dispose is toggled, it will always
dispose.
(Or just replace the whole switch statement to be the line.)
Original comment by shipa...@gmail.com
on 1 Apr 2011 at 10:41
sorry I could not resolve this issue using above changes
You could also change lines 115, 116, and 117 in GIFPlayer.as to be
bitmapData = aFrames[ iIndex ].bitmapData;
-----
I have resolved this issue by clearing the image source loaded initially.
include attached GIFImage.as in your project.
and use like below to load gif image
<org:GIFImage source="images/icon/loading-bar.gif"/>
Original comment by abilash...@gmail.com
on 3 Apr 2011 at 6:48
Attachments:
Original issue reported on code.google.com by
bog...@smallwire.eu
on 8 Oct 2010 at 1:12