Nudier Mena
Nudier Mena

Reputation: 3274

Extract the content in a swf file

I have an .swf file and i need to extract the content inside the .swf file in this case are .mp3 files, is there any way to parse or decompile the .swf file to extract its content?

Upvotes: 0

Views: 2015

Answers (2)

Echilon
Echilon

Reputation: 10264

I can't see anything about .NET in there. Give SwfDotNet a try. I've half implemented it in the past but the project was abandoned. There's a tutorial at http://www.codeproject.com/Articles/16834/How-to-create-a-simple-SWF-decompiler-with-the-Swf

Upvotes: 1

James
James

Reputation: 2841

Sothink SWF Decompiler should do the trick.

Sothink SWF Decompiler

There is a free trial version available.

Upvotes: 0

Related Questions