Adding the Form


Adding a form and a few buttons is the simplest way to demonstrate RTP Audio control operation. Add the following form with three buttons, one to start the RTP Audio control, one to stop, and one to display the current version of the control. The FORM tag should be in the BODY of your page:


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

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.