You can explicitly call AS3 GC with flash.system.System.gc(); Only problem with this is that you have to call it twice, once for marks, and once for sweep. You have to push any existing enterframe handler off the call stack by creating a new one. Adobe took care of the first problem, but to handle the second one we had to change our GC call a bit as you can see in Example 1.