Status (Windows Media Player SDK)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

You may want to use a status display in your skin. If so, the status element must be defined in the skin definition file. As an alternative, you may also display this information by using the Status attribute in the Text element.

The Status section of the skin definition file begins with this line:

[ Status ]

You then must add one or more lines that contain information about the status display in your skin.

    On           45,193,120,13    Left    Tahoma,8,B        0,255,  0

You can use the following template for the Status section of your skin definition file:

//  <Item>       <Location>     <Align>  <Font>          <Color>
//  ------       ----------     -------  ------          -------

You must use the order shown in the preceding template for status display information for each line in the Status section. Each part of the line is required. The following sections describe each item:

For an example of Status code, see Sample Status Section.

Skin Reference