AS3 Garbage Collection


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. System.gc();
  2. System.gc();
  3. try {
  4. new LocalConnection().connect('gc');
  5. new LocalConnection().connect('gc');
  6. } catch (e:*) {}

URL: http://simplistika.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.