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

#1433 Edit multiple frames/PlaceObjects at once
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: new Help

In the sprites folder of my imported swf, there are a lot of "PlaceObject2" in a lot of frames where the placeFlagHasColorTransform property is true. What would be the quickest way to go through all these frames and change every one of these objects so the placeFlagHasColorTransform property is false Basically I want to remove all instances of ColorTransform on all objects in an swf, and hopefully not break. If it does break or its impossible then oh well. Just wondering. Hope this makes sense. :<