Windows Media Player 11 SDK Writing CodeĀ 

Windows Media Player SDK banner art

Previous Next

Writing Code

The real power of skins comes from being able to respond to events. You want your skin to be able to do something when the user clicks on a button, and you will also want to respond to changes that happen to Windows Media Player, such as the progress of the digital media file or stream that is playing.

The following sections discuss writing code for skins:

Section Description
Handling Events Explains how to handle events in skin code.
Using JScript Explains how to write script code in skins.

See Also

Previous Next