Bagikan melalui


Super Files

[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.]

Super files are used to store the Disabled images for trackbars. Because the main trackbar image is displayed in the Background file, and the user taps on the thumb image, not the trackbar image, only the Disabled image is needed for trackbars. It is stored in the file defined by Super in the Bitmaps section of the skin definition file. A Super file can also store the Pushed and Disabled images for other buttons such as Mute, which is not required to be a hit-type button.

Note

Super art files are not used in skins for Windows Media Player 10 Mobile or later because the disabled images for seek trackbars are located in the seekthumb file.

 

The following image is a typical Super file.

super file

This stores the disabled images for the trackbars and the mute button. These images are offset as defined by the Bitmaps section.

The background area of the disabled trackbar image exactly matches the corresponding area in the Background file. This is important, because the entire rectangle defined for the disabled trackbar image will replace the matching area in the Background file. This ensures that the disabled trackbar image blends seamlessly into the background image.

Art Files