Package flash.swf.types

Examples of flash.swf.types.ClipActions


        return factory.createActionList(keepOffsets);
    }

    public ClipActions decodeClipActions(int length) throws IOException
    {
        ClipActions a = new ClipActions();
        reader.readUI16(); // must be 0
        a.allEventFlags = decodeClipEventFlags(reader);

        ArrayList<ClipActionRecord> list = new ArrayList<ClipActionRecord>();
View Full Code Here

TOP

Related Classes of flash.swf.types.ClipActions

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.