Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: ASX Elements Reference
*Next Topic: ASX

ABSTRACT Element

Contains text that represents a description of the associated ASX, BANNER, or ENTRY element.

Syntax

<ABSTRACT>
   text string
</ABSTRACT>

Attributes

None

Parent/Child Information

Parent elements ASX, ENTRY, BANNER
Child elements None

Remarks

This element contains text that represents a description of the parent ASX, BANNER, or ENTRY element. The Microsoft® Windows Media™ Player displays the text in both the display panel and the Properties dialog box.

If this element appears within an ASX element, the text displays as a ToolTip when the mouse hovers over the show title in the display panel, and also appears in the Show tab of the Properties dialog box, under Description.

If this element appears within an ENTRY element, the text displays as a ToolTip when the mouse hovers over the clip title in the display panel, and also appears in the Clip tab of the Properties dialog box, under Description.

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

Only the first ABSTRACT element within the scope of another element is used when an Advanced Stream Redirector (ASX) file is processed. Subsequent ABSTRACT elements in that scope are ignored.

Example

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

Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.