Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This element defines a text string specifying the title for an ASXor ENTRYelement.

Syntax

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

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