Click here to Skip to main content
15,889,450 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need a decompiler or decoder plug-in or software which can be run in the back end of a website, we need to decode an swf file to which is currently uploaded how can it possible?
Posted

1 solution

The fastest route to doing this would be through an existing library. Try this one[^].

If you are talking about decoding a movie contained within the swf, you'll need to first extract the video and then decode it using something like FFmpeg[^].

Cheers.
 
Share this answer
 
Comments
Simon Bang Terkildsen 23-Aug-11 10:30am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900