Scott
Scott

Reputation: 13941

Extract images from SWF file

Is it possible to programmatically extract image files from a SWF file using C#? If so, how would I go about doing that? I know this question doesn't have a lot of detail but I'm just getting started on this and know very little about Flash. Just need some direction on how to go about this. Thanks.

Upvotes: 0

Views: 3158

Answers (2)

kaymaf
kaymaf

Reputation: 61

Take a look at this SWfDotNet flash decompiler library SWfDotNet

Upvotes: 1

www0z0k
www0z0k

Reputation: 4434

check swf file format spec, Bitmaps, from page 147

Upvotes: 0

Related Questions