Document Error: Example of GetMediaParameter Method Incorrect (251352)



The information in this article applies to:

  • Microsoft Windows Media Services 4.0

This article was previously published under Q251352

SYMPTOMS

In the Windows Media Player SDK, the example for the GetMediaParameter method incorrectly lists an example .asx file. On the <PARAM> tag, it does not end in a trailing slash. The line appears as:
<PARAM NAME="Producer" VALUE="Jane Doe">
				
It should appear as:
<PARAM NAME="Producer" VALUE="Jane Doe"/>
				
Note the trailing forward-slash as the second to the last character.

STATUS

Microsoft has confirmed that this is a problem in Microsoft Windows Media Services version 4.0.

MORE INFORMATION

The example is correctly stated in the <PARAM> tag example.

Modification Type:MinorLast Reviewed:4/22/2003
Keywords:kbbug kbpending KB251352 kbAudDeveloper