Windows Media Player 11 SDK ABSTRACT Element 

Windows Media Player SDK banner art

Previous Next

ABSTRACT Element

The ABSTRACT element contains text that describes the associated ASX, BANNER, or ENTRY element.

Syntax

  <ABSTRACT>
   text string
</ABSTRACT>

Attributes

This element has no attributes.

Parent/Child Elements

Hierarchy Elements
Parent ASX, ENTRY, BANNER
Child None

Remarks

If this element appears within an ASX element, the text displays as a ToolTip when the mouse hovers over the show title.

If this element appears within an ENTRY element, the text displays as a ToolTip when the mouse hovers over the clip title.

If this element appears within a BANNER element, the text displays as a ToolTip for the banner graphic.

Use only one ABSTRACT element per scope. Only the first ABSTRACT element within the scope of another element is used when a metafile file is processed. Any subsequent ABSTRACT elements in that scope are ignored.

Example Code

<ASX VERSION="3.0">
    <TITLE>The Title of the Show<TITLE>
    <ABSTRACT>
        Brief description of the show. 
    </ABSTRACT>

<ENTRY>    
    <REF HREF="YourMediaFilename.asf" />
    <TITLE>The Title of the Track</TITLE>
    <ABSTRACT>
        Brief description of the track.
    </ABSTRACT>
</ENTRY>
</ASX>

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next