banner art

copyright attribute

The copyright attribute specifies copyright information for a media element or collection of media elements. The copyright 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 copyright attribute must be text strings.

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

<?wsx version="1.0"?>
<smil>
   <media id="intro" src="IntroFile1.wma">
	<clientData copyright="(c)Microsoft Corporation 2004"/>
   </media>
</smil>

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

Note Image Notes

Related topics


© 2005 Microsoft Corporation. All rights reserved.