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#2325 Save broken with XML
Author: Thisguy248
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Direct EditationXML
State: closed
> What steps will reproduce the problem?
Download the attached swf and go to org.robotlegs.adapters.SwiftSuspendersInjector, press
Edit ActionScript, add a spacebar, and press save.
> What is the expected output? What do you see instead?
When saving there is an error:
CURLY_CLOSE expected but VAR found on line 11
Here is the XML variable and line 11 is the third line below
protected static const XML_CONFIG:XML = <types>
<type name='org.robotlegs.mvcs::Actor'>
<field name='eventDispatcher'/>
</type>
<type name='org.robotlegs.mvcs::Command'>
<field name='contextView'/>
<field name='mediatorMap'/>
<field name='eventDispatcher'/>
<field name='injector'/>
<field name='commandMap'/>
</type>
<type name='org.robotlegs.mvcs::Mediator'>
<field name='contextView'/>
<field name='mediatorMap'/>
<field name='eventDispatcher'/>
</type>
</types>;
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v.21.1.0 nightly build 2920 on windows 10
Nv2.swf (552 KiB)
This is fixed in nightly 2928.
State: new→upgraded
It works now, thanks!
You're welcome.
State: upgraded→closed