ShowFrame
The ShowFrame tag instructs Flash Player to display the contents of the display list. The file is paused for the duration of a single frame.
1603160416051606160716081609
} } private ShowFrameTag readShowFrame() { return new ShowFrameTag(); }
218219220221222223224225226
// TODO: frame actions orderedTags.addAll(unfiledTags); // show frame orderedTags.add(new ShowFrameTag()); return orderedTags.iterator(); }