greyimg

Improving Flex application performance using the Flash Player cache

Posted by admin in November 17th, 2008 | no comment 
Published in Flex, Resources

It is important to make application as light as it can. First impression is always a great deal. People will leaving if the process take too long and not good for user experience.
The Flash Player cache is a new feature available in Flash Player 9 Update 3 (9,0,115,0). The cache allows files signed by Adobe [...]

read more....

100 Awesome Adobe AIR Application for Your Productivity

Posted by admin in November 11th, 2008 | no comment 
Published in AIR

If you a social addict, widget collector, developer, flickr user, etc, you should try this 100 tools / application built with Adobe AIR that can help you to maximizing your productivity.

read more....

Mudah Membuat Fastforward & Slowforward Button

Posted by admin in November 9th, 2008 | no comment 
Published in Action Script, Tutorial

Kuncinya adalah fps, nextPage() / prevPage(), & setInterval().
Karena idenya adalah mempercepat maka fps / frame per second / frame rate perlu didefinisikan paling awal. Untuk selanjutnya melakukan looping dengan menggunakan setInterval() sebagai pengganti play() yg menggunakan kecepatan normal (sesuai fps).
Terakhir adalah setting kecepatan. Untuk mempercepat diset interval looping n x fps. Misal utk percepatan 2x: [...]

read more....