Microsoft Windows CE 3.0  

AUTHOR

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.

Contains a text string representing the name of the author of an Advanced Stream Redirector (ASX) file or media clip.

<AUTHOR> text string </AUTHOR>

Parameters

None

Parent/Child Information

Parent elements ASX, ENTRY
Child elements None

Remarks

This element contains a text string representing the name of the author of an ASX file or media clip. You can use the AUTHOR element within the ASXelement and within ENTRYelements.

Use the GetMediaInfoStringmethod to retrieve the value of the AUTHOR element for a show or clip.

Each parent ASX and ENTRY element should contain at most one child AUTHOR element. Multiple AUTHOR elements after the first will be ignored and will not display.

Example

<ASX VERSION="3.0"> <AUTHOR>Neal
S.</AUTHOR> <!-- Show author --> <ENTRY> <REF
HREF="mms://example.microsoft.com/clip1.asf" />
<AUTHOR>Robert P.</AUTHOR> <!-- Clip author -->
</ENTRY> </ASX>