i need to edit swf file i need to edit some url i have open swf file in Sothink SWF Decompiler also i found the action script but i cannot able to edit that script can anyone help me?
unless you have the actual FLA file, Sothink SWF decompiler will be your best option. Note if you are using the trial version then you will run into problems when trying to edit action script. You need to purchase a license to use and edit actionscript
After you decompile with Sothink or what decompiler you have. You must export the .fla and then you go in Adobe Flash or other open the.fla file and there you can edit the actions. If you need help with this just let me know. Thanks!
Sothink SWF Decompiler is using to decompile the SWF files not for editing. To convert the file into "fla' file. And open with Adobe Flash, go to Action Script then edit the ActionScript. When editing process is complete, export that file into SWF.
first you have to convert your file with swf decompiler to .fla format then edit this fla file then press ctrl+enter to compile it again to swf format.
After you download Download Adobe Flash and install the 30 days free trial on your pc,then click on "file" then "open" then swf file you wish to convert. Save the file as a new Flash (.fla) file. Scroll through to the .fla file frame-by-frame to find the frame(s), text and/or images that need editing. Edit the frame(s). Edit the frame(s). Then save the file again as a .fla file. Open this file again. Choose "File," then "Export Movie." Name the file "somefilename.swf." Note the location where you are storing the file and click "OK." Open the HTML page where the new .swf file will be inserted. Insert the following code: <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object>
lots of compiler apps you can get to edit swf but if its a hard coded swf file, you cannot edit the entire thing, they block that out
i have question. if we are editing flash header by changing its images and colors, except scripts,which is taken from some good template site, doesn't it violate the owner or copyright issues?