[How To] edit swf. Files

03/11/2012 18:05 .Kenny#1
[Only registered and activated users can see links. Click Here To Register...]

1
Download Adobe Flash from adobe.com. Adobe will allow you to download a 30-day free trial of Flash. Install this trial program on your computer.

2
Click on "File," then "Open" and browse to the .swf file you wish to convert.

3
Save the file as a new Flash (.fla) file.

4
Open the Flash file again. Scroll through to the .fla file frame-by-frame to find the frame(s), text and/or images that need editing.

5
Edit the frame(s). Then save the file again as a .fla file.

6
Open this file again. Choose "File," then "Export Movie."

7
Name the file "somefilename.swf." Note the location where you are storing the file and click "OK."

8
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>


Tips & Warnings


[Only registered and activated users can see links. Click Here To Register...]

Second Tipp

1
Download and launch latest version of Eltima Flash Decompiler (SWF Editor)

2
Add SWF file you want to edit to "My Tasks" list

3
After you added the file, switch to "Edit" tab, which is located on a ribbon of SWF files editor

4
Click the icon corresponding with the object you want to edit: Images, Sounds, Texts, Links, Colors or Lines

5
Replace currently selected element with a new one. Note, that if you are editing images, the size of a new image, which will replace the old one, should be nearly the same as the old one.

6
All changes you apply are displayed in main SWF file editor window.

7
Once you are done with editing the required objects save the changes and enjoy the result!
03/11/2012 18:13 dark_hellion#2
Is this applicable to BYM?
03/18/2012 21:17 .Kenny#3
i think so
03/19/2012 01:33 kabatiti0030#4
we can make hacks for any game?
03/23/2012 13:17 hellion2#5
No not any game just the ones that are ran with .swf files alot of facebook games aren't ran with .swf files. But there are still alot of games that do use the .SWF files for there games
03/23/2012 17:15 iceteck#6
I'd like to try this...How do I know what to change in the swf If I could learn how to do this properly I could take the load off of pbpb and others doing this...
03/23/2012 17:51 hellion2#7
the only way to learn is reading the code and trying to figure out what its doing .fla is more user friendly that assembly. Radasm is how i decompile bp where i can edit . Once i edit it and recompile it i open the .swf with Sothink decompiler to check if i edited what i wanted to edit. Seeing that when i started i didn't know how to read code now I can read most of it and tell what its suppose to do. Just takes time to get it down just keep looking over the code and try editing it to make it do what you want.

I'm a defo going to try this i believe this would be easier than using radasm
03/23/2012 22:50 amysmojo#8
I got all excited thinking this was for xml files @ first Lol