Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

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.

 
 Return to the main page
Comments:

There are currently 2 Comments:

Blogger 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”
 
Blogger Rich said...
July 3, 2008 10:29 AM
“I just read last night you'll be able to use it in all versions of the player in FP 10.”
 
 Leave a comment