Libming Wiki
Search:
libming
Login
Home
HowToCompileActionscript
Write actionscript code into a file (test.as).
// this is a comment
var a = 1;
Use makeswf to compile.
makeswf -o test.swf test.as
Use listswf to see content.
listswf test.swf