Windows Media Player 11 SDK TITLE Element 

Windows Media Player SDK banner art

Previous Next

TITLE Element

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

Syntax

  <TITLE>
   text string
</TITLE>

Attributes

This element has no attributes.

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. When this element appears within an ENTRY element, the text is displayed as Clip information.

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>

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next