Acti67
Acti67

Reputation: 597

Load and add code to external swf with bytearray?

I would like to know if it is possible to load an external movie and add code with ByteArray inside, in order to add anymore properties, functions or why not Sprites?

Regards,

Stephane

Upvotes: 0

Views: 922

Answers (2)

OXMO456
OXMO456

Reputation: 3548

have a lookk at: as3swf https://github.com/claus/as3swf/wiki

as3swf is a low level Actionscript 3 library to parse, create, modify and publish SWF files.

Upvotes: 2

Jason Spitkoski
Jason Spitkoski

Reputation: 68

There is nothing that does this in the API. I'm not sure if it's possible to hack using byteArray.

You could load a swf, call it's methods (using localConnection) and layer images on top of it.

Upvotes: 0

Related Questions