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.

#894 internal use of library
Author:
chinmayvb

Date created:
Type: question
Visibility: Everybody read only
Assigned to:
Labels: FFDec source
State: closed 

Sir I am trying to understand the code but I am not able to track the library use.
I have two questions:
1> which are the files in ffdec_lib library that involves in extraction of the action
script from .swf file?
2> which are the files or library files that involves in conversion of the action script
to HTML5 convas and exporting them.
If possible mention the first phase to last phase involved in decompilation
Please help me.
Thank You.
1> com.jpexs.decompiler.flash.exporters.script.AS2ScriptExporter and
com.jpexs.decompiler.flash.exporters.script.AS3ScriptExporter
2> Action scripts can't be exported to HTML5 canvas. You mean graphics (shapes, sprites,
frames)?
In this case please check
com.jpexs.decompiler.flash.exporters.FrameExporter.framesToHtmlCanvas,
com.jpexs.decompiler.flash.exporters.shape.CanvasShapeExporter and
com.jpexs.decompiler.flash.exporters.morphshape.CanvasMorphShapeExporter
State: new→upgraded
I close this issue due to inactivity. Please create issue when you have any question.
State: upgraded→closed