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
11
votes
4 answers

How can I view Flash Source Code?

I found a Flash program online that would be perfect for a project I'm working on. Obviously with web content you can usually just use your browser to view the source code of whatever HTML, PHP, etc that you may be looking at. But when it comes to…
Bijan
  • 904
  • 3
  • 12
  • 24
4
votes
1 answer

Read ActionScript 3 constants from SWF in PHP

Just wondering if there is a way to read class static constants from a SWF file server side. I have found things like getimagesize() but it doesn't have all these details. I guess that means I need a partial decompiler. Specifically, I have this…
hood
  • 141
  • 5
3
votes
0 answers

Export actionscript and raw data structure from swf wire

I've come across swf wire in the past few days as a nice way of decompiling swf files, but for the life of me I can't figure out how to actually get the decompiled files into a place that is useful for me. Is there anyone that knows how to export…
Slater Victoroff
  • 21,376
  • 21
  • 85
  • 144
2
votes
4 answers

Encrypting as3 flash .swf

I'm trying to protect my as3 .swf flash file code from decompilation. I cannot spend $$$ on commercial compilers though. How can i encrypt my swf for free?
Daniel
  • 3,017
  • 12
  • 44
  • 61
1
vote
1 answer

getting value from score variable in Flash

I am editing a flash game,I want that whenever user press the submit button,his score should be saved in the database at my Server.How i can achieve this task?I had got the variable in which score is stored.I can i send this to my database.
require_once
  • 1,995
  • 3
  • 21
  • 29
1
vote
1 answer

How can a PHP application tell if the loaded swf movie uses the clickTAG

That and other information about the movie, like the width, height, duration, framerate and if it make other urlRequest. I need this for a banner management system.
1
vote
0 answers

Editing A AS3 swf not popped error

I'm editing a SWF but don't get the AS3 code. I'm trying to get: public function _-1XL(_arg1:BitmapData):void { this._-61F._-3zH(PNGEncoder.encode(_arg1)); } But when I try to do it i get: public function…
Draakwars
  • 23
  • 3
1
vote
1 answer

Java decompiler and editor for quick modifications

I am trying to find a Java decompiler just like swf-decompiler, that allows to edit and recompile the source, without having to export it anywhere, and do any external actions. What I want is to very quickly apply small changes to .jars and save…
Victor2748
  • 4,149
  • 13
  • 52
  • 89
1
vote
2 answers

Can I change an ActionScript string literal in a SWF without the source FLA file?

A customer has asked me to move one of their old websites which is mostly flash based to a new server. The original developer of the site many years ago made a mistake by using "http://127.0.0.1/...." in one important link in some ActionScript. The…
rwired
  • 1,112
  • 3
  • 15
  • 28
1
vote
1 answer

How to prevent a SWF from running on a site other than ours?

We've discovered that a Chinese site has figured out how to decrypt our SWFs, decompile them, then bypass any code which we put in to try to prevent the SWF from being run on any website other than ours. As the Chinese programmers are gaining access…
PhilGA
  • 303
  • 2
  • 8
0
votes
2 answers

Any way or software to decompile swf to extract mxml file?

Does anybody know any way or any software which could decompile swf file to generate the source code mxml file and actionscript file? If any, could you give me a little more detail about how to do? Thanks!
LuciferTian2010
  • 403
  • 1
  • 7
  • 17
0
votes
1 answer

Sothink SWF Decompiler using null in strange places

I've been attempting to figure out the background math in a Flash game by using the Sothink SWF Decompiler to view the ActionScript files. Admittedly I know very little about ActionScript, but I'm seeing lines of code that look like: _loc_2 = null *…
mayhew
  • 5
  • 2
0
votes
1 answer

Suggestions for free flash decompilier?

I am editing a video player wrapper and need to change a color in the flash but don't have the FLV file. Does anyone have a suggestion for a good free flash decompiler? I need one to edit more than just the action script. Thanks.
Mr Brimm
  • 133
  • 2
  • 12
0
votes
1 answer

Help understanding bad code?

A long-long time ago I built a game in AS3. I have since grown unfamiliar with it AND lost the original .fla in a computer crash. I decompiled my .swf and sothink gave me this to work with: _loc_7 = _loc_3 ? (JMP[_loc_4]) : (if…
user551717
  • 8,217
  • 5
  • 18
  • 9
0
votes
0 answers

How can I run a 2 layers batch SWF decompiling process? I am using Sothinkswf decompiler

I am decompiling a number of SWFs. Each SWF has a number of frames in it, and each frame comes out as a single SWF. I need to decompile each frame SWF to get to the information I am looking for. Is there a command to do that in Sothinkswf…
1
2