StartSound

Tag Info
Tag Number: 
15
Tag Type: 
Display
Tag Flash Version: 
2
Unknown SWF Tag: 
This tag is defined by the Flash documentation by Adobe
Brief Description: 

Start playing the referenced sound on the next ShowFrame.

Tag Structure: 
struct swf_startsound {
	swf_tag			f_tag;		/* 15 */
	swf_sound_info		f_sound_info;
};

The StartSound tag is used to playback a sound defined with the DefineSound tag.