views:

115

answers:

3

Hi everybody,

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

A: 

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.

Jason Spitkoski
+1  A: 

Hi,

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

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

OXMO456
Is there a documentation and exemples to start with this library?
Acti67
A: 

Please let me know if it is possible to create an swf file from another swf file usign as3 code. for example i have a flipbook application . i want when the user saves it gets saved as an offline swf with all the images enbeded inside swf. It's like creating an custom .exe with custom paramater and images. from anoher .exe publisher applciation file. do you think it is possible for me to write a as3 code to generate a swf file dynamically with a swf that has a name of a user say hello "user name from input box." to be sent to the user. and then for another user hello another user as a swf to be sent. sounds every cunfusing but is it possible?

shammi
Yes, you can with as3abc and as3swf :) Enjoy
Acti67