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#2329 ReferenceError with Proxy type after save
Author: Thisguy248
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: upgraded
> What steps will reproduce the problem?
Download the attached swf, go to package org.swiftsuspenders.getConstructor, edit, add
space bar, save, open with flash
> What is the expected output? What do you see instead?
An error pops up and says this:
ReferenceError: Error #1065: Variable Proxy is not defined.
at global/getConstructor()
This is the line with proxy in it:
if(param1 is Proxy || param1 is Number || param1 is XML || param1 is XMLList)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v.21.1.0 nb 2928 on windows 10
Nv2.swf (552 KiB)
This is fixed in nightly 2929
State: new→upgraded
I see the imports now, nice!
There is a new issue though and I'm not sure if this fix caused it or not
When trying to edit com.metanet.App_MulitPurpose, add space, save, open with flash, it
freezes for some time and then throws an error:
Error: Error #1502: A script has executed for longer than the default timeout period of 15
seconds.
I am using v.21.1.0 nightly 2933
It is caused by changes in #2324.
It is fixed in nightly 2934.
It works now, thanks!
You're welcome!