Fixed: #1332 Flash viewer - Show directly added images when placeFlagHasImage is true on AS3 swfs

This commit is contained in:
Jindra Petřík
2021-03-07 09:53:41 +01:00
parent 96ca839430
commit c339113f45
9 changed files with 36 additions and 7 deletions

View File

@@ -1509,7 +1509,7 @@ public class CommandLineArgumentParser {
} else {
pt4 = new PlaceObject4Tag(
pt.getSwf(), pt.flagMove(), pt.getDepth(), pt.getClassName(), pt.getCharacterId(), pt.getMatrix(), pt.getColorTransform() == null ? null : new CXFORMWITHALPHA(pt.getColorTransform()), pt.getRatio(),
pt.getInstanceName(), pt.getClipDepth(), pt.getFilters(), pt.getBlendMode(), pt.getBitmapCache(), pt.getVisible(), pt.getBackgroundColor(), pt.getClipActions(), pt.getAmfData());
pt.getInstanceName(), pt.getClipDepth(), pt.getFilters(), pt.getBlendMode(), pt.getBitmapCache(), pt.getVisible(), pt.getBackgroundColor(), pt.getClipActions(), pt.getAmfData(), pt.hasImage());
tim.replaceTag(i, pt4);
}