ENTRYREF (Windows Embedded CE 6.0)
1/6/2010
This element links to the ENTRY elements in an external Advanced Stream Redirector (ASX) file.
Syntax
<ENTRYREF
HREF="URL"
CLIENTBIND= "YES" | "NO"
/>
Parameters
- HREF(required)
URL to a referenced ASX file.
- CLIENTBIND
Because the Favorites list is not supported in Windows Embedded CE, this attribute is set to NO and attempts to change it are ignored.
Parent/Child Information
Hierarchy | Allowed element |
---|---|
Parent elements |
|
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>