banner art

author attribute

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

In the following example, the author attribute value Karen Berge is specified for the source file, IntroFile1.wma:

<?wsx version="1.0"?>
<smil>
   <media id="intro" src="IntroFile1.wma">
	<clientData author="Karen Berge"/>
   </media>
</smil>

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

Note Image Notes

Related topics


© 2005 Microsoft Corporation. All rights reserved.