Package tv.porst.swfretools.parser.structures

Examples of tv.porst.swfretools.parser.structures.ButtonRecordList


    final List<Action> actions = ActionRecordParser.parse(parser, actionRecordSize, "DefineButton::Actions");

    final UINT8 actionEndFlag = parseUINT8(parser, 0x00006, "DefineButton::ActionEndFlag");

    return new DefineButtonTag(header, buttonId, new ButtonRecordList(characters), characterEndFlag, new ActionList(actions), actionEndFlag);
  }
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.parser.structures.ButtonRecordList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.