Thursday, July 3, 2008
System.gc(); Cool!
Thursday, July 3, 2008
Wouldn't this be cool in other versions of the player (what limitations of the various players would prohibit this method from being able to live with them?):
| gc | () | method |
public static function gc():void| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
Forces the garbage collection process.
For the Flash Player debugger version and AIR applications only. In an AIR application, the System.gc() method is only enabled in content running in the AIR Debug Launcher (ADL) or, in an installed applcation, in content in the application security sandbox.
Comments:
There are currently 2 Comments:
-
Jensa said...“Hi Eric,
You kind of can:
http://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collector-in-actionscript-3-with-air/
J”


