My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

swfstruct provides a set of tools built around the Flex SDK to help enforce a contract between ActionScript3 code and swf assets used by the code. Many AS3 projects use external swf files loaded at runtime and a common source of bugs is the mismatch in the names and structure provided by the swf and the names and structure expected by the code.

swfstruct creates data files based on the swf structure that can be used to find errors at compile time rather than runtime.

Powered by Google Project Hosting