AS3.0 Garbage Collection
Here is an unsupported way to force garbage collection from GSkinner.
try {
new LocalConnection().connect('foo');
new LocalConnection().connect('foo');
} catch (e:*) {}
// the GC will perform a full mark/sweep on the second call.
http://stackoverflow.com/questions/709365/how-do-i-delete-gc-an-object-in-actionscript-3
Force Garbage Collection (Unofficial method)
http://gskinner.com/blog/archives/2006/08/as3_resource_ma_2.html
'SNS | SNG' 카테고리의 다른 글
캐릭터 개별이미지를 swf에 넣을 경우 (0) | 2011.06.17 |
---|---|
AS3.0 와 브라우저 컨테이너와의 통신 (0) | 2011.06.17 |
Flash crossdomain.xml 웹 사이트 컨트롤(정책 파일) (0) | 2011.06.08 |
AS3 외부 swf 리소스 불러오기 샘플 (0) | 2011.06.07 |
Flash AS3.0 Bad Garbage Collection (1) | 2011.05.30 |