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
Mohamed AshorPosted May 3, 2009, 4:51 AM
I did'nt find any answer to my question and this is the first time to me to participae in this forum,what i need is to search in SWF file to get asure that the SWF file is clickable which means that when its clicked its directing to the right URL and sometimes users forgets to insert an event that enables the SWF file to be directed to the right URL when clicked can any one tell me how to search in actionscript code for the existance of the following lines of code:
on (release){
getURL(_root.vurl, "_blank");
}