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#1692 Namespace "mx_internal" unresolved at line -1 error when trying to compile script after edit, despite not doing any modification while edit
Author: Blitz
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: closed
> What steps will reproduce the problem?
→ I really don't know
> What is the expected output? What do you see instead?
→ I expect the actionscript to compile without issue
I get error 'Namespace "mx_internal" unresolved at line -1'
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
→ I tried both 14.4.0 and 14.4.0 Nightly 1933. I have Windows 10 Pro 64 Bits
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
→ Here is my problem: I am trying to modify the ActionScript code contained in a swf
file. In this script, there is the line "use namespace mx_internal;". If I click on "Edit
ActionScript" and try to save the script without making any changes, I will get the above
error. If I want the script to compile properly I have to delete this line. Other scripts
in the swf use this namespace without encountering issues.
The script is located at
scripts.net.bigpoint.deprecated..gui.view.components.harbour.Harbour in the swf file.
(to save without modifying the script i add a letter and delete it to ungray-out the
button)
main.swf (4,491 KiB)
This is fixed in nightly 2212.
State: new→upgraded
State: upgraded→closed