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.

#2209 Importing a package
Author:
adingy2

Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: opened 

Hello, Im trying to add a package from and outdated .swf file to a new update .swf file. I
have 0 background in these kind of stuff would greatly appreciate any help.

In FFDec you cannot directly copy package from one SWF to another.
You can create a new class having the pkg name in the new SWF, then copy its contents from
the first SWF,
then do this for each class in the package. But the editing is experimental and can fail,
so it is a bit risky.
I would recommend other tools like for example RABCDasm.
State: new→opened