SWF file specifications

If you’re interested in parsing or building your own SWF files.

here’s the file specification from Adobe,

http://www.adobe.com/devnet/swf/

One Response to “SWF file specifications”

  1. Li says:

    I was waiting for this to happen for so long. I think I will try to develop a similar parser to extract Sprite vector data and use it with the Away3D engine.
    Thank you so much for your work, and most of all, for sharing this knowledge!