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.

#51 AS1/2 decompilation defect
Author:
pepka

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

<b>What steps will reproduce the problem?</b>
Same example with Issue #39. For example DoInitAction 3. Class name is shown instead of
its actual translation:
com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem
Everything was ok in version 1.4.2.
<b>What is the expected output? What do you see instead?</b>
Lines 140-146:
if(this.__emphasized)
{
if(this[register2+"Emphasized"].length>0)
{
register2=register2+"Emphasized";
}
}
---
if(this.__emphasized)
{
if(this[com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem].length>0)
{
register2=register2+"Emphasized";
}
}
<b>What version of the product are you using? On what operating system?</b>
1.4.2u1
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>
What steps will reproduce the problem?
Same example with Issue #39 . For example DoInitAction 3. Class name is shown instead of
its actual translation:
com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem
Everything was ok in version 1.4.2.
What is the expected output? What do you see instead?
Lines 140-146:
if(this.__emphasized)
{
if(this[register2+"Emphasized"].length>0)
{
register2=register2+"Emphasized";
}
}
---
if(this.__emphasized)
{
if(this[com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem].length>0)
{
register2=register2+"Emphasized";
}
}
What version of the product are you using? On what operating system?
1.4.2u1
Windows 7 64-bit

State: →new
Title: AS1/2 decompilation defect→AS1/2 decompilation defect
Type: →bug
Visibility: →Everybody
Title: AS1/2 decompilation defect→AS1/2 decompilation defect
Type: →bug
Visibility: →Everybody
State: new→opened
Hi, I have moved this issue to new Issue Tracker.
You should have received email info about registering there(with specific link) and
gaining access to this issue. If you have not received any email, please check your SPAM
inbox or write to my email.
Hi, try new version 1.4.3, it should work. Let me know.
State: opened→upgraded
Thanks! This is also ok.
State: upgraded→closed