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.

#2313 Robotlegs Inject bugs out on save in newer version
Author:
Thisguy248

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: closed 

> What steps will reproduce the problem?
Go to any file with injected variables, press Edit ActionScript, add a spacebar somewhere
and press save.
> What is the expected output?
Expected is that nothing changes upon save. For example, in the attached swf, the file
com.metanet.screens.account.VolumeSliderMediator has these injections
[Inject]
public var view:VolumeSlider;
[Inject]
public var options:Options;
[Inject]
public var so:SharedObject;
> What do you see instead?
This is the result after saving:
[Inject];
[Inject];
[Inject];
public var view:VolumeSlider;
public var options:Options;
public var so:SharedObject;
When attempting to open the swf with flash I get an error:
ReferenceError: Error #1065: Variable Inject is not defined.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v.21.0.5 nightly build 2901 on Windows 10
This bug did not appear on v.20.1.0

This is fixed in nightly 2906.
State: new→upgraded
Can confirm, thanks!
You're welcome.
State: upgraded→closed