Share via


Adding a Simple User Interface for the Control

Windows Media Player SDK banner art

Adding a few buttons is the simplest way to demonstrate Windows Media Player control operation. Add the following three button controls to the body of your HTML page: one to start the Windows Media Player control, one to stop it, and one to display the current version of the Windows Media Player control.

<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop">
<INPUT TYPE="BUTTON" NAME="BtnAbout" VALUE="About">