Exemplo n.º 1
0
        public override void  visit(Flash.Swf.TagHandler h)
        {
            switch (code)
            {
            case Flash.Swf.TagValues.stagJPEGTables:
                h.jpegTables(this);
                break;

            case Flash.Swf.TagValues.stagProtect:
                h.protect(this);
                break;

            case Flash.Swf.TagValues.stagSoundStreamBlock:
                h.soundStreamBlock(this);
                break;

            default:
                h.unknown(this);
                break;
            }
        }