SwfLib
SwfLib copied to clipboard
SwfLib a C# library for parsing swf files into Document Object Model.
Hello, I just added this class to export DefineShape4Tag `using SwfLib.Shapes.FillStyles; using SwfLib.Shapes.LineStyles; using SwfLib.Shapes.Records; using SwfLib.Tags.ShapeTags; using EdgeMap = System.Collections.Generic.Dictionary; using CoordMap = System.Collections.Generic.Dictionary; using Path = System.Collections.Generic.List; namespace...
Per SWF specification, *all* strings are encoded in SHIFT_JIS (which is a superset of ASCII) prior to version 6, However the library assumes all strings to be UTF-8 (which is...
The source would not build as LZipStream is no longer inheritable (`sealed`). #13

i have tested flash 3d but it doesn't work. [flash3d.zip](https://github.com/SavchukSergey/SwfLib/files/1507736/flash3d.zip)
this is wonderful library . i would like to export video file from swf or xml structure. do you have any method for convert to video? how can i do...