Examples of SWFCharacterIDNotFoundProblem


Examples of org.apache.flex.compiler.problems.SWFCharacterIDNotFoundProblem

        else
        {
            // [tpr 7/6/04] work around authoring tool bug of bogus 65535 ids
            if (id != InvalidTag.BAD_CHARACTER_ID)
            {
                problems.add(new SWFCharacterIDNotFoundProblem(id,
                        tagType.getValue(), swfPath, bitStream.getOffset()));
                throw new MalformedTagException();
            }
            else
            {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.