JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#2325 Save broken with XML
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> 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
DownloadNv2.swf (552 KiB)
admin
This is fixed in nightly 2928.
State: new→upgraded
user
It works now, thanks!
admin
You're welcome.
State: upgraded→closed