swf 0.2.0

Read and write the Adobe Flash SWF file format.
Documentation
1
2
3
4
5
6
7
package {
	import flash.utils.ByteArray;
	
	[Embed(source="embed-data.txt", mimeType="application/octet-stream")]
	public class EmbedData extends ByteArray {
	}
}