Microsoft Windows CE 3.0  

ENTRYREF

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Links to the ENTRYelements 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 on Windows CE, this attribute is set to "NO" and any attempts to change it are ignored.

Parent/Child Information

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.

Examples

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