Archive for June, 2007

ffffound beta release

Monday, June 11th, 2007


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

AVM2Loader class

Friday, June 1st, 2007

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