Monthly Archives: October 2007

Static Classes

Static classes are life savers for those who want a central data hubs where all shared variables are stored and accessed and modified. Some programmers think that this is dangerous since there is no real control over who gets to … Continue reading

Posted in Actionscript 3.0, Code Snippets, Other | Leave a comment

Creating a Video Player in AS3 using NetStream

I always try to opt from using the flv player component.. although it saves us half the work when it comes to accessing the properties and methods, sometimes it is still very heavy (in size) compared to this approach that … Continue reading

Posted in Actionscript 3.0, Code Snippets | 2 Comments

Gugga framework Alpha Release

http://www.gugga.com/GuggaFlashFramework/ I am still waiting for the Fuse library to be ported into AS3.. IU can’t bring myself to get back into the flash built-in Tween classes. I heard some recommendations for tween-lite… I wonder if I should start dipping … Continue reading

Posted in Adobe Technologies, Flash Technologies | Leave a comment

Thermo is Coming

“Thermo” is an upcoming Adobe product that makes it easy for designers to create rich Internet application UIs. Thermo allows designers to build on familiar workflows to visually create working applications that easily flow into production and development. interesting, eh?

Posted in Adobe Technologies, New Technologies | Leave a comment