As we know from Flash Lite reference, threre is a mechanism of automatic clearing of memory , named “Garbage Collection“. Garbage collector clears from memory any objects that your application no longer references, but in difference from other programming languages, in the ActionScript is not available opportunities to call garbage collector from code - this process is executed automatically every minute or whenever memory usage of your application increases by 20% or more … practically it not so good as macromedia promise. In article “Managing application memory” on macromedia site are given some advice about that how rationally to work with memory. I shall tell about them and I’ll add it with my remarks. Read more … »

