Read SWF file in C#

Apr 16 2009 6:57 AM

I have a web site that puplishes ads inside it, the site allows user to upload SWF file and then i puplish this ad.

The problem that i face is that the SWF file sometimes lacks to specific lines of code which cause errors in the SWF file and i have to check if the SWf file works correctly or not and if it lacks to specific lines of code i had to call the user and inform him that the SWF file needs to add specific lines of code so i need an Asp.Net2 library or refrence or dll that enables me to decompile the SWF file and check if it contains these lines of code or not

i am using C# language under asp.net 2.0


Answers (1)