Questions tagged [swf-decompiler]

swf decompiler can be used to extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts.

swf decompiler can be used to extract resources, convert SWF to FLA, edit ActionScript, replace images, sounds, texts or fonts.

18 questions
0
votes
1 answer

extracting SWF gives compiler errors in adobe flash CS4

I have been given an SWF to edit a link in the AS code. The fact is the SWF uses some XML that is generated (actually retrieved) by PHP code from a database. menuXML.load("/sub/page/dynamic.php?genre=" + genre); so the point is we can use the same…
theDoctor
  • 87
  • 2
  • 9
0
votes
1 answer

create swf from a decompiled swf file

My client gave me a swf file to modify that. I use showmycode.com and decompile that swf, get some action script codes like these //package { import flash.display.*; public dynamic class video_play_btn extends SimpleButton { } }//package package {…
Ehsan Sadeghi
  • 117
  • 1
  • 4
  • 17
-1
votes
2 answers

how do I decompile a flash .exe file into a .swf one?

Problem: I want to decompile the .exe file of a Flash game into a .swf file (Adobe Flash file) so I can modify it
1
2