Archive for May, 2007

Loading AVM1 swf as AVM2 swf

Tuesday, 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

Sunday, 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.

(more…)