vote up 0 vote down star

I have a site that accepts flash files to be uploaded in my site and i need to check the SWF file uploaded to check for certain code if it exists or not to put it in the SWF file so i need to read or deassembly the SWF file and read its code from C#.Net is there any way to do that ?

flag

17% accept rate

1 Answer

vote up 2 vote down

Perhaps you could utilize http://flasm.sourceforge.net/.

link|flag
I need code in C# that can help me check that the SWF file uploaded contains specific code and if not i need to add this code to the SWF file(This code make the flash file linkable and directs to the right URL) can u help me find C# code??? – Ahmy Apr 13 at 8:14
I need explicity a C# code that enables me to check that the SWF file is including specific code in it's first frame.Can u give me a code for that plz? – Ahmy Apr 22 at 13:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.