TITLE

This element defines a text string specifying the title for an ASX or ENTRY element.

<TITLE>
  text string
</TITLE>

Parameters

None.

Parent/Child Information

Hierarchy Allowed element
Parent elements ASX, ENTRY
Child elements None

Remarks

This element defines a text string that specifies the title of an ASX or ENTRY element.

Use the GetMediaInfoString method to retrieve the value of the TITLE element for a show or clip.

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.

<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>

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.