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#1433 Edit multiple frames/PlaceObjects at once
Author: plug_clock
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: new
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. :<