Package com.anotherbigidea.flash.interfaces

Examples of com.anotherbigidea.flash.interfaces.SWFTagTypes


        @Override
        protected void parseDefineSprite(InStream in) throws IOException {
            int id = in.readUI16();
            in.readUI16(); // frame count

            SWFTagTypes sstt = mTagtypes.tagDefineSprite(id);

            if (sstt == null)
                return;

            // heritrix: only these two lines differ from
View Full Code Here

TOP

Related Classes of com.anotherbigidea.flash.interfaces.SWFTagTypes

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.