IDE :: Someone Assist Me With A Decompile?
Oct 28, 2010
I have a small project that requires me to decompile a few SWF files in order to make some modifications to them. However, I do not own any Flash decompiler software.
I have searched for a freeware but, unfortunately, I cannot find one that outputs the FLA file.
Can someone that has a license to a Flash decompiler software please assist me and decompile the files so that I can work on them ?
View 2 Replies
Similar Posts:
Apr 12, 2010
Script assist not working in Flash Cs4. I have opened the Actions panel and selected ActionScript 1.0 & 2.0 then selected Script Assist but then it automatically changes to ActionScript 3.0. How do I get it to work with 1.0 & 2.0.
All I want to do is create a button to open a webpage when clicked on.
View 1 Replies
Feb 4, 2012
I recently started working in FDT (used to work with FlashDevelop) and I encountered a very strange problem. When I make a new project everything is fine, I can code without problem in as3 and also using the flixel engine is no problem. However, as soon as I checkout a project from subversion, the code assist breaks. The code still works, the program executes without errors. But instead of giving me a few option when I type "FlxG." it just gives me a lot of options regarding 'metadata'. I have looked at a lot of places but I can not find the answer anywhere.
View 1 Replies
Jul 20, 2009
I've got a couple of movieclips (CII_mc and CV_mc) nested within another movieclip (IntroMenu1). CII_mc and CV_mc are scripted to function like buttons. I've made a separate hit area movieclip (hitArea_mc) to assist the user. The code for the hit areas is below:
[Code]...
View 1 Replies
Sep 18, 2008
I am the maintainer of a site that has allegedly 'lost' the source code to a flash swf file. How do I decompile this source?
View 8 Replies
Nov 25, 2010
I am extending TextField to create my own implementation of it, and there are some properties & methods I would like to simply remove from use, eg:
override public function setTextFormat(format:TextFormat,[...]):void{}
I would like now to hide setTextFormat from code hinting, so when, in some other class, I type:
var t:MyTextField = new MyTextField;
t.set
And hit ctrl+space I only see setPropertyIsEnumerable(...) and setSelection(...), no trace of setTextFormat(...). But no matter what I do it still appears, I tried @private metatag in asdoc, as well as some made-up (like @remove, @disable, @ignore, @deprecated). Using [Exlude] doesn't work either as, afaik, it works only with mxml. Is there some way to actually accomplish this task? Or am I forever left with useless and redundant code? Some plugin maybe? (I know I can just leave it as is and don't double methods, but, nevertheless, I'd rather have it my way)
View 1 Replies
Apr 23, 2007
This code doesn't seem to be working and I am wondering if I am using the if.. else if.. logic incorrectly:
Code:
onEnterFrame = function():Void{
if(this._currentframe > 1946){
_parent.slideTo(slideX[3], slideY[3], 1, "easeInOutQuart");
[Code].....
This code is meant to assist the fast-forward and reverse buttons catch actions that occur on the timeline as they travel along skipping 15 frames at a time, but the actions are not being caught for some reason.
View 5 Replies
Oct 18, 2010
How do you decompile a swf file
View 3 Replies
Sep 23, 2011
I want to replace an image inside of a SWF File without the need to decompile it.
View 1 Replies
Jan 6, 2010
how I can protect SWF file, from being download and decompile??
do i need to purchase some software ?
View 2 Replies
Apr 20, 2009
My mission here (and I'll try not to convolute it too much!) is to edit a flash based form from a decompiled SWF. The form's main purpose is to record user information in text fields, attach a file and email both to an external address using a few PHP scripts (I'm presuming) to dictate how the information is delivered. My problem is that SO THINK decompiler does not attach ACTIONSCRIPT to the layers and frame in the timeline, instead it exports each Action-script as a seperate .AC file. I have not yet been able to export an FLA that allows me to edit the scripts effectively, and am wondering if there is a more effective way to use a decompiler in this case, or if there is another solution to the problem.
View 4 Replies
Jan 6, 2010
how I can protect SWF file , from being download and decompile?
do i need to purchase some software ?
View 2 Replies
Aug 17, 2011
I prepared a project and i can published it without any error.Action folder includes actionscript files.But when i decompile the swf file there isn't action folder and actionscript files are missing.
NOTE : On CS4 I didn't face a problem like this and i could see Action folder when i decompile the swf file.
View 6 Replies
Nov 22, 2010
I am looking for a script that will go through ~75,000 SWF files that we have, will decompile each and find all the Shapes/Elements which size is greater than x.The output should look smthng like:SWF Filename "SWF Path" "SWF overall Size" "Element Name" "Element Size".Does anybody know of a software that might be able to handle that task?How do decompile scripts work ? would it be easy to write something to handle the above task?
View 2 Replies
Nov 20, 2011
Does anybody know any way or any software which could decompile swf file to generate the source code mxml file and actionscript file?
View 2 Replies
Feb 18, 2011
I'm trying to decompile a .swf doc and extract the formulas embedded in it, in order to create a .xls document with the same formulas and creating the same charts shown in the .swf. I can't manage I will forward the .xls.
View 1 Replies
May 4, 2011
i need to share a preview banner to my cliend , but i want to evite the decompile risc. The cliend may decomple my banner and stole it . I need a safe way to do it .
View 1 Replies
Jan 30, 2011
I tried hard to do this myself, but it isn't working. I would like to offer $20 to anyone who can decompile this flash program, edit the actionscript to load an xml settings file from URL (instead of loading the one compiled with the program), and package it up for me. My main problem is that it doesn't decompile in a way that runs when recompiled with the programs I use.[code]...
View 2 Replies
Aug 31, 2009
Is it possible to make the content assist in Flex Builder to pop up as soon as I start typing and not just after pressing CTRL+SPACE? It does pop up by itself after a '.' (foo.) or a ':' (var foo:). But to get a list of available variables and methods I have to press CTRL+SPACE.
View 4 Replies
Jul 16, 2010
I have a components and classes project library. Within the library, flex builder only seems to display content/code assist options for top level classes (e.g. arguments, Array) but not other classes such as VBox. Also, within the non top level classes, class properties are not provided by content assist.
View 2 Replies