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
{