banner art

title attribute

The title attribute specifies a content title for a media element or collection of media elements. The title attribute value is included in the content description list that is sent to the client. Windows Media Player displays the value when the media element or elements are played. Values specified for the title attribute must be text strings.

In the following example, a title attribute value is specified for the source file, IntroFile1.wma.

<?wsx version="1.0"?>
<smil>
   <media id="intro" src="IntroFile1.wma">
	<clientData title="Windows Media Services Introductory Video"/>
   </media>
</smil>

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

Note Image Notes

Related topics


© 2005 Microsoft Corporation. All rights reserved.