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. |
Specifies a URL to a Web site, e-mail address, or script command associated with a show or clip.
<MOREINFO HREF=" URL" TARGET=" Frame" />
Parameters
Parent/Child Information
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 HREFparameter specifies a URL to a Web site, the browser opens and navigates to the URL. If the HREFattribute specifies a script command, the script command executes in the browser.
<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>