April 11th, 2006

Managing Flash Lite applications memory

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 … »

April 10th, 2006

Flash Lite dynamic content

I like to try different technics of creation dynamic flash content. I have met interesting news about well-known dynamic Flash processor “Flash Turbine”. Read more … »

April 3rd, 2006

How to read image from server

Recently I have met a following problem. I should read some pictures and audio files from a server into the java application.
Read more … »