swf 0.2.2

Read and write the Adobe Flash SWF file format.
Documentation
1
2
3
4
5
6
package  {
	public function Avm2Test():void {
		trace("Test");
	}
	Avm2Test();
}