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

#1317 How to add an include directment in AS2?
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

I'm trying to add an include directment to one of my SWF's scripts. But when I try to do this, JPEXS adds a semicolon to the end. Include directments don't work if they have a semicolon. How do I avoid this?
FFDec does not support #include directive and will not. You cannot import external files. Everything must be compiled right into the SWF file.
State: new→closed