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 issues#1956 How can I swap shapes (DefineShape (ID)) between swf files?
Author: Hermbeurg
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Shapes
State: closed
I saw an old issue on this topic (which can be found here:
/www.free-decompiler.com/flash/issues/1397-import-add-shapes) however it seems to be outdated as I can not right click
shapes and copy them over to another swf file. I am using v15.0.0, if there is an updated
method to do this would someone be able to let me know? Thanks in advance.
So you want to copy a shape from one SWF file to another SWF?
If so, then right-click source shape, from context menu: Copy tag to -> select target
opened SWF file.
Then you select tag position in the file in the dialog window.
If the tag has image fills for example, then you better do "Copy tag with dependencies"
instead of just "Copy tag".
If the shape with same id already exists in target swf, then its id will be automatically
changed to another suitable.
copytagto.png (119 KiB)selecttagposition.png (45 KiB)
State: new→opened
I don't appear to have the option called "copy tag to" as well as a lot of the other
options (shown in the attached image), is it possible I need to change something in
settings for this option to appear?
MissingOption.png (440 KiB)
You need to download newer version of FFDec.
For example 18.3.3.
Here: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version18.3.3
Thanks it works now!
You're welcome.
State: opened→closed