![]() |
Previous | Next |
The COPYRIGHT element defines a text string specifying the copyright information for an ASX or ENTRY element.
Syntax
<COPYRIGHT>
text string
</COPYRIGHT>
Attributes
None.
Parent/Child Elements
Hierarchy | Elements |
Parent elements | ASX, ENTRY |
Child elements | None |
Remarks
This element defines a text string that specifies the copyright information for an ASX or ENTRY element.
When this element appears within an ASX element, the copyright string is displayed only as Show information.
For Windows Media Player version 6.4 the copyright information also appears in the Show Properties dialog box. When this element appears within an ENTRY element, the text is displayed as clip information. For Windows Media Player version 6.4 the Clip copyright information also appears on the Clip tab of the Properties dialog box.
Each parent ASX and ENTRY element should contain at most one child COPYRIGHT element. Multiple COPYRIGHT elements after the first will be ignored and will not be displayed.
The characters for copyright or trademark registration symbols ( © or ® ) do not display properly with all international character sets. To display either of these symbols properly for all users, you should use the ASCII equivalents (c) or (R) instead.
Example Code
<COPYRIGHT>Copyright (c)1998, Microsoft Corporation</COPYRIGHT>
See Also
Previous | Next |