![]() |
Previous | Next |
The TITLE elelment defines a text string specifying the title for an ASX or ENTRY element.
Syntax
<TITLE>
text string
</TITLE>
Attributes
None.
Parent/Child Elements
Hierarchy | Elements |
Parent elements | ASX, ENTRY |
Child elements | None |
Remarks
This element defines a text string that specifies the title of an ASX or ENTRY element. The title is displayed in the display panel and Properties dialog box.
When this element appears within an ASX element, the text is displayed as Show information. In Windows Media Player version 6.4, the text also appears on the Show tab of the Properties dialog box. When this element appears within an ENTRY element, the text is displayed as Clip information. In Windows Media Player version 6.4, the text also appears on the Clip tab of the Properties dialog box.
If a MOREINFO element is also used with the associated (parent) element, it is the title text that the user clicks to access the URL defined in the MOREINFO element.
Each parent ASX and ENTRY element should contain at most one child TITLE element. Multiple TITLE elements after the first will be ignored and will not be displayed.
Example Code
<ASX VERSION="3.0">
<TITLE>Title of the Show</TITLE>
<ENTRY>
<TITLE>Title of the Clip</TITLE>
<REF href="mms://example.microsoft.com/clip1.asf" />
</ENTRY>
</ASX>
See Also
Previous | Next |