If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#39 AS 1/2 New Method
Author:
googleCode

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2DecompilationGoogle Code
State: closed 

<b>What steps will reproduce the problem?</b>
1. Try to decompile SWF file which contains method "new" invocations.
I took an example here: http://www.samsungdforum.com/Guide/tut00084/index.html
You can find the original source there too.
<b>What is the expected output? What do you see instead?</b>
You get it in P-code but it isn't translated into source code.
function getMute(isMute)
{
if(isMute)
{
}
}
vs
function getMute(isMute:Number)
{
if (isMute) {
new Tween(mute_mc,"_alpha",Strong.easeOut,0,100,0.1,true);
}
else {
new Tween(mute_mc,"_alpha",Strong.easeOut,100,0,0.1,true);
}
}
<b>What version of the product are you using? On what operating system?</b>
1.3.0 - 1.4.0u1
Windows 7 64 bit
<b>Could you provide the SWF file you have problem with?</b>
<b>If the answer is yes, then please attach it here or send me it via email.</b>
<b>Could you at least attach PCode source?</b>
<b>Do you have the original source code which produced the wrong</b>
<b>decompilation? If yes, then please attach it.</b>
<b>Please provide any additional information below.</b>
Hi,
it is now fixed in version 1.4.2, try it.
State: →closed
Title: AS 1/2 New Method→AS 1/2 New Method
Type: →bug
Visibility: →Everybody
Title: AS 1/2 New Method→AS 1/2 New Method
Type: →bug
Visibility: →Everybody