MOREINFO (Windows Embedded CE 6.0)
1/6/2010
This element specifies a URL to a Web site, e-mail address, or script command associated with a show or clip.
Syntax
<MOREINFO
HREF="URL"
TARGET="Frame"
/>
Parameters
- HREF(required)
URL to a Web site, e-mail address, or script command.
- TARGET
Target frame.
Parent/Child Information
Hierarchy | Allowed element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
This element specifies a URL to a Web site, e-mail address, or script command. The details depend on the parent element of the MOREINFO element:
If the HREF parameter specifies a URL to a Web site, the browser opens and navigates to the URL.
If the HREF parameter specifies a script command, the script command executes in the browser.
Examples
<ASX VERSION="3.0">
<TITLE>Example Media Player Show</TITLE>
<MOREINFO HREF="http://example.microsoft.com/info/show_info" />
<ENTRY>
<TITLE>Example Clip</TITLE>
<MOREINFO HREF="http://example.microsoft.com/info/clip1_info" />
<REF HREF="mms://example.microsoft.com/media.asf" />
</ENTRY>
</ASX>
The following example shows the use of the TARGET parameter.
<ASX version = "3.0">
<TITLE>MOREINFO TARGET TEST</TITLE>
<ENTRY>
<MOREINFO HREF="https://www.microsoft.com" TARGET="_parent" />
<REF HREF="mms://example.microsoft.com/media.asf" />
<TITLE>Clip Title</TITLE>
</ENTRY>
</ASX>