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.

#1494 Compile GetURL2 not being used problem
Author:
Owyn

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Direct Editation
State: closed 

> What steps will reproduce the problem?
try to (re)compile code like: getURL("FSCommand:ToGame_PlaySound",2095);
> What is the expected output?
expected output is: getURL("FSCommand:ToGame_PlaySound",2095);
in p-code:
Push "FSCommand:ToGame_PlaySound" 2095
GetURL2 false false 0
>What do you see instead?
getURL("FSCommand:ToGame_PlaySound",2095);
in p-code:
Push 2095 "FSCommand:ToGame_PlaySound" 2 "getURL"
CallFunction
Pop
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Nighty, Win10
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Attached, problem code is inside scripts.__Packages.g4.view.gaugeBoss.BossGauge on line
275

This is fixed in nightly 1836.
State: new→upgraded
State: upgraded→closed