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.
List of issues#2521 AS1/2 edit: getURL compilation error on nightly
Author:
Randomno
RandomnoDate created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Direct Editation
State: closed 

> What steps will reproduce the problem?
In latest nightly, edit and save frame 1 of attached SWF.
> What is the expected output? What do you see instead?
24.0.1 compiles without error, however nightly produces an error on lines 4674 and 4680:
getURL(§§pop(),"_blank");
Should be
getURL(_loc2_,"_blank");
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Nightly 3284.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Looking at the P-code, a single "Push register" operation is missing in each case.
interface.swf (1,611 KiB)Fixed in nightly 3287.
State: new→upgraded
State: upgraded→closed
