Contents Index Topic Contents | |
Previous Topic: STARTTIME Next Topic: Samples |
TITLE Element
Defines a text string specifying the title for an ASX or ENTRY element.
Syntax
<TITLE> text string </TITLE>Attributes
NoneParent/Child Information
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 title is displayed as the show title on the display panel and on the Show tab of the Properties dialog box. When this element appears within an ENTRY element, the text is displayed in the clip bar of the display panel and 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 display.
Example
<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>
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.