If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#1756 Extending or Implementing classes
Author:
PDEVI2

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

In AS3 there are possibility to create extended classes. For example:
public class B extends A
оr
public class C extends B implements A.
Can you add a possibility to create them in JPEXS FFDEC? Thanks!
You can create these by direct editation of Actionscript - use that experimental button.
Thanks for the answer!
But the Actionscript editor actually brokes the swf or gives the error*.
This one of the errors: IndexOutOfBoundsException (Index: 12, Size: 12)
Then I must fix it. FFDec cannot do it any other way than how the editor works.
Please attach your SWF file and let me know which class you editedd.
If it was a brand new class (from add script functionality), then better.

In the protocol.packages.server.PacketHello