JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#1739 SWC library
Author: user Colly
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: SWC
State: opened Help

There should be a way to import the swc libraries. That would be very useful. I really need to import a swc library in my swf file and idk how also i dont have the source code of it. If i had the source code i would use FlashDevelop instead. The fla converter doesnt extract the soure code so good and FlashDevelop cant read it so good.
admin
Depends on what you mean by "import". FFDec can open SWC files. Also, if you open a SWC file A and then other SWF file B, you can then setup ActionScript dependencies of B to A swf file, for the compiler to correctly handle missing classes, etc...
State: new→opened
user
We need to have an importer for swc libraries, like use methods and classes from them
admin
I think it can be done with AS3 dependencies as I said. See this: https://blog.free-decompiler.com/2023/03/20/news-in-ffdec-18-4-x/ section "AS3 Dependencies selection". You need to open a SWC file in FFDec, then you can select it as dependency.
user
This only links the dependencies, but when you save the SWF, It doesn't import the SWC into the SWF. is there a way to import it to our SWF so we can access SWC features?
user
I also have the same question as sam. Importing it manually is a burden.