« May 2007 | メイン | September 2007 »

June 11, 2007

ffffound beta release


we (tha.ltd) released beta version of ffffound.com, social image bookmarking service.

The more you bookmark images, the more ffffound study what you like. Unfortunately I'm not in the project, but I am enjoyed so much.

plannning, direction, design: Yosuke Abe@tha
design, system implementation: Keita Kitamura @tha
screen saver: Taro Hanamura@tha
text editing: Erica Sakai

June 01, 2007

AVM2Loader class

I made an AVM2Loader class, that loads AVM1 movie and converts to AVM2 movie!!
Its simply a subclass of the Loader class. Just use load and loadBytes method. AVM2Loader automatically changes internal bytecodes when swf is loaded.
When AVM1 movie is converted to AVM2, logically all as2 script should be ignored.

net.fladdict.display.AVM2Loader