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.

#349 Registers not properly declared
Author:
pjwendy

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed 

> What steps will reproduce the problem?
I have a game that I am attempting to decompile and I get a number of errors relating to
Error: Access of undefined property
> What is the expected output? What do you see instead?
If seems that the decompiler is trying to write AS3 scripts and using variable names that
do not exist.
> What version of the product are you using? On what operating system?
I am using Windows 8 and version 1.7.0u1.
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
I have attached the file. If you extract the AS3 scripts and open in Flash Develop you
will find initially there are 142 errors relating to this issue. As an example look at
net.base.MsgObject and the function getVarType. It tries to use _loc3_ which is not
defined anywhere.

Title: →Access of undefined property
Did you tried to use Rename invalid identifiers before decompiling?
I am sorry for letting you wait so much without an answer and I don't think it is now
(after flash shutdown) even relevant, but
I think we fixed this in nightly build 1775.
State: new→upgraded
Title: Access of undefined property→Registers not properly declared
Title: Access of undefined property→Registers not properly declared
State: upgraded→closed