Loading AVM1 swf as AVM2 swf

May 29th, 2007

Finally I found how we load AVM1 swf as AVM2.

  • Movie should be uncompressed
  • Movie should not include any as2 script

All we need to do is…

  • Load AVM1 movie as bytecode with URLLoader
  • Change index[3] ( that is 6,7 or 8 ) to 9
  • Find the byte code pattern, “44, 11, 00″, that is somewhere around position 10 to 30
  • Rewtire that to “44, 11, 08
  • Load bytecode with Loader

That it. Now you can fully access property and movieclips in the AVM1 movies.

sojapanese

May 20th, 2007

sojapanese.jpg

Recent personal sketches with as3.
I thinsk as3 is too complicated to code casual visual sketches.

Now Im writing library named skechbook. Its something like proce55ing, handy and dirty, classes for daily casual skeching.

Read the rest of this entry »

I started Twitter

April 6th, 2007

Twitter seems very fun.
I want to make soething with twitter as3 api.

my twitter account

Comment posting problem is fixed

March 29th, 2007

I didnt know that comment posting had been broken up.
Now its fixed.

Sorry for everyone who faild to post comment to my blog :-(

EYE-PROJECT

March 19th, 2007


We launched EYE-PROJECT, video posting site for the Japanese telecom company KDDI.

Simply post videos and pics, and it will be the part of the video on the site.
You can also get a small widget fro blog, that displays your videos as a series of mosaic pics.

I think this is the first AS3 commercial project, except flex component based apps, in Japan.
A lot of trial like as3, loading zip data, papervision3d, serverside video generation etc…
I was very enjoyed with this project.

produce : atsuko suzuki @ dentsu inc.
account : ryohei mitsuhashi @ dentsu inc.

direction / design : yugo nakamura @ tha ltd.
design / interface programming : takayuki fukatsu @ tha ltd.
design / system programming : keita kitamura @ tha ltd.
music : daji

video shooting : tohoku shinsha team.

Amaznode

March 6th, 2007

amaznode01.jpg

Amaznode is my recent personal project.

It visualizes the relation between books, “Who bought this also bought…”.

Read the rest of this entry »

I decided to start English blog

March 6th, 2007

Through the experience of amaznode book search, I learned that having a English blog is quite efficient to receive people’s reflection.

I had lived in the UK for two and half years. so I can use English little bit. I decided to change my blog from Japanese one to English. At first I need to brush up my English brain again with ESL :-(.

I’m Takayuki Fukatsu, born in 1979, living in Japan, working as a interactive developer at the web design office called tha. I like making something, thinking ideas.

Nice to see you.