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

#1635 How do I replace sprites with other images in my PC?
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened Help

Exactly that. I want to replace sprites from an already existing project with images from my computer. How can I do that? Thanks
admin
It is a little complicated... Something like this: 1) Right click shapes / Add tag inside / DefineShape. Notice the shape id (in parenthesis). 2) Right click the new DefineShape / Replace .. update bounds. 3) Select image from disk. 4) To insert image to sprite, goto DefineSprite frame / Add tag inside / PlaceObject 2 5) Select the PlaceObject 2 and hit Edit button on the bottom. Click "placeFlagHasCharacter" on the right tree, set it checked. then click somewhere else. New "characterId" node should appear. Click it and set it to DefineShape id added in step 1. Set "depth" value to 1 or higher. 6) Hit Save button on the bottom. 7) Repeat
State: new→opened