banner art

artist attribute

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

In the following example, the value of the artist attribute for the source file IntroFile1.wma is Jeff Smith:

<?wsx version="1.0"?>
<smil>
   <media id="intro" src="IntroFile1.wma">
	<clientData artist="Jeff Smith"/>
   </media>
</smil>

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

Note Image Notes

Related topics


© 2005 Microsoft Corporation. All rights reserved.