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. |
Defines a file as an Advanced Stream Redirector (ASX) file.
<ASX VERSION=" number" PREVIEWMODE="YES" | "NO" BANNERBAR="AUTO" | "FIXED" > </ASX>
Parameters
Parent/Child Information
Parent elements | None. The ASX element must be the first element in any ASX file. |
Child elements | ABSTRACT, AUTHOR, BASE, COPYRIGHT, DURATION, ENTRY, ENTRYREF, MOREINFO, PARAM, REPEAT, TITLE |
Remarks
This element defines a file as an ASX file. The first four
characters of an ASX file must be
<ASX
. Other elements defined within the
scope of the ASX element, such as
TITLEand
AUTHOR, are associated with the
show information displayed by the WMP control.
For the WMP control, the ASX version number is 3.0. Acceptable
values for the VERSION attribute include both
3.0
and
3
(with or without the decimal point).
Example
<ASX VERSION="3.0" PREVIEWMODE="NO" > <ENTRY HREF="http://samples.microsoft.com/sample1.asx" /> </ASX>