![]() |
Previous | Next |
This topic applies to Windows Media Player version 6.4 only.
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">
Previous | Next |