Windows Media Player SDK banner art
PreviousNext

LOGO Element

The LOGO element specifies a graphic file to display as a logo.

Not supported after Windows Media Player version 6.4.

Syntax

<LOGO
   href="URL"
   STYLE= "ICON" | "MARK"
/>

Attributes 

  HREF (required)

Specifies the URL to a graphic file that will display as a logo.

  STYLE (required)

Specifies how the logo is displayed. It must be one of the following values.

Value Description
ICON The logo appears as a 16 pixel by 16 pixel icon on the display panel, next to the title of the show or clip.
MARK The logo appears in the lower-right corner of the video area while the Microsoft Windows Media Player control is connecting to a server and opening a piece of content. The logo display area is 32 pixels high and 80 pixels wide.

Parent/Child Elements

Hierarchy Elements
Parent elements ASX, ENTRY
Child elements None

Remarks

This element specifies a graphic file to display as a logo. The logo is associated either with a single clip (when the LOGO element is the child of an ENTRY element) or with an entire show (when the LOGO element is the child of an ASX element). The logo's appearance depends on the value of the STYLE attribute.

If the STYLE attribute equals ICON, the logo replaces the icon that appears on the display panel next to the show title or clip title. (Normally, this is the icon associated with the file or stream type.) An ICON-style logo is displayed for the duration of the clip when associated with an ENTRY element, and for the duration of the entire show when associated with an ASX element.

If the STYLE attribute equals MARK, the logo appears in the lower-right corner of the video area (allowing for a six-pixel border) while Windows Media Player is connecting to a server and opening a piece of content. The graphic is not displayed after the content begins playing. A MARK-style logo must be associated with a show, not a clip (that is, the LOGO element must be the child of an ASX element rather than an ENTRY element).

Windows Media Player supports the ICO graphic format for icons.

Example Code

<LOGO href="http://samples.microsoft.com/art/logo1.gif" STYLE="ICON" />

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.