Microsoft KB Archive/251352

From BetaArchive Wiki
Knowledge Base


Document Error: Example of GetMediaParameter Method Incorrect

Article ID: 251352

Article Last Modified on 4/22/2003



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.


Additional query words: netshow wms

Keywords: kbbug kbpending KB251352