8990919293949596979899
// Prevent the movie from looping SWFActions actions = tagDoAction(); SWFActionBlock block = actions.start(0); block.stop(); block.end(); actions.done(); tagShowFrame(); // End the SWF file super.tagEnd(); }
287288289290291292293294295296297
ActionParser parser = new ActionParser(actions, mFlashVersion); parser.parse(in); } actions.done(); } } }