SwfLib icon indicating copy to clipboard operation
SwfLib copied to clipboard

SwfLib a C# library for parsing swf files into Document Object Model.

Results 6 SwfLib issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/74303221/178596904-99a5b7ea-9982-44a4-8cfe-0fae36806a07.png)

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...