banner art

album attribute

The album attribute specifies the album name associated with a single media element or a collection of media elements. When an album attribute value is specified, the information is included in the content description list that is sent to the client. Windows Media Player displays the album attribute value when the media element or elements are played. Values specified for the album attribute must be text strings.

When the following example playlist runs, Music Album is displayed as the album title for all of the media elements within the seq element. The album title does not appear with Ad1.wma, which plays before the sequence.

<?wsx version='1.0'?>
<smil>
	<media src="Ad1.wma"/>
	<seq>
		<media src="Music1.wma"/>
		<media src="Music2.wma"/>
		<media src="Music3.wma"/>
		<media src="Music4.wma"/>
		<clientData album="Music Album"/>
	</seq>
</smil>

The album attribute can be specified for the following playlist element:

Note Image Notes

Related topics


© 2005 Microsoft Corporation. All rights reserved.