ENTRYREF

This element links to the ENTRY elements in an external Advanced Stream Redirector (ASX) file.

<ENTRYREF
  HREF="URL"
  CLIENTBIND= "YES" | "NO"
/>

Parameters

  • HREF (required)
    URL to a referenced ASX file.
  • CLIENTBIND
    As the Favorites list is not supported in Windows CE, this attribute is set to "NO" and any attempts to change it are ignored.

Parent/Child Information

Hierarchy Allowed element
Parent elements ASX, EVENT, REPEAT
Child elements None

Remarks

This element points the contents of an external ASX file. The WMP control processes the ENTRY elements of the referenced ASX file as if they were included in the primary ASX file at the position of the ENTRYREF element. However, it skips any ENTRY elements in the referenced ASX file that have the SKIPIFREF attribute set to YES.

The WMP control ignores any ENTRYREF elements in the referenced ASX file. Thus, ASX files can only be nested one level deep. The WMP control also ignores the ASX element in the referenced file along with its attributes.

Example

<ASX VERSION="3.0">
   <TITLE>Example of Using EntryRef</TITLE>
   <ENTRYREF HREF="http://example.microsoft.com/metafile.asx" CLIENTBIND="NO" />
</ASX>

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.