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.

#2261 Request for Assistance with JPEXS Decompiler - Discord Support Needed
Author:
Ofir

Date created:
Type: question
Visibility: Everybody read only
Assigned to:
Labels: Support
State: opened 

Hi, I’m using your software jpexs-decompiler and I’m having a hard time understanding
it. I would appreciate it if you could contact with me to help me out. Do you have
Discord?
Hi,
Sorry, we do not offer such services as help via any instant messaging, discord or email.
You can ask questions here on issue tracker, which can be either public o private and then
I may or or may not answer it. Sometimes (rarely) also other users can help.
State: new→opened
Ok then, I have two swf files. They include send buttons and a text box above them. I
would like to move the buttons and text box together to the second swf file and keep their
function and purpose. (sorry for my Eng, Google Translate ^-^)
Well, you can copy tags - button, text box and its font to tag clipboard via right click
context menu,
and then paste them to second swf file.
Then you need to copy PlaceObject tags from/onto specific frames.
To "keep their function" - it depends whether the file is AS3 or AS2.
In AS2, this might be easier as script of the button is probably copied with the button
tag.
In AS3, you need to copy the script from the specific class that was designated to do
that.
I am afraid this info won't help you either, it is too complex task.