Curious if anybody knows of a library or is interested in working on one for swf creation via actionscript?
In AS3, via ByteArray manipulations it's possible to read/decompile swf file as a stream of bytes, and also generate create an swf entirely via actionscript! e.g. http://www.bytearray.org/?p=17 this could be used for generator or swfmill like functionality, embedding graphics instead of having to constantly load them, even web based live preview of the file being created. I know the swf specification exists in order to figure out. So I could figure it out, but wanted to see if anybody else had started on this first. https://www.adobe.com/cfusion/entitlement/index.cfm?e=file%5Fformat There is already one that parses the top level tags, it's surprisingly simple. >From here: http://flashpanoramas.com/blog/ At the moment, I'm most interested in reading/generating the shape script Class/LinkageID tags, embedding jpg/gifs created from editors. _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

