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#970 Imports of variables
Author: BeniBela
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed
It is adding imports to variables
import br.com.stimuli.loading.name;
import br.com.stimuli.loading.numConnections;
import br.com.stimuli.loading.logLevel;
to e.g.
package br.com.stimuli.loading {
public class BulkLoader extends EventDispatcher {
/** @private */
public var _numConnections : int = DEFAULT_NUM_CONNECTIONS;
which seem to be completely pointless and do not compile
Please attach your swf file, otherwise we can't help you.
This seems to be fixed in the latest nightly. Please try it.
State: new→upgraded
I close this issue due to inactivity. Please create new issue if problem persists.
State: upgraded→closed