End

Tag Info
Tag Number: 
0
Tag Type: 
Format
Tag Flash Version: 
1
Unknown SWF Tag: 
This tag is defined by the Flash documentation by Adobe
Brief Description: 

Mark the end of the file or a Sprite. It can't appear anywhere else but the end of the file or a Sprite.

Tag Structure: 
struct swf_export {
	swf_tag			f_tag;		/* 0 */
};

The End tag marks the end of a sequence of tags. It is used to end the whole movie and to end the sequence of tags in a DefineSprite. The tag is composed just of the tag id.