This content has been marked as final.
Show 2 replies
-
1. Re: Memory leak w/ large movieclip
Peter Blazejewicz May 27, 2011 1:56 AM (in response to xTLS)Hello,
#1
if there is BitmapData instance somewhere call dispose() on it and then nullify:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html#di spose()
#2
if there is XML data involved you could use flash.system.System.disposeXML():
In both there is not enough to nullify them for immediate gc I think.
regards,
Peter
-
2. Re: Memory leak w/ large movieclip
xTLS May 30, 2011 7:08 PM (in response to Peter Blazejewicz)Thanks, but I don't have either of those things in the project.


