MyVoIPSpeed

The Speed Test Length example demonstrates the ability to change the length of the  Speed and Quality test but not the VoIP test. Review the Custom VoIP test example to see how to change the VoIP test characteristics.
 

The Speed Test Length example uses the standard HTML <param> feature to set a timeout value for MyVoIPSpeed to use for the Speed & Quality test.

Applet syntax:

<applet MAYSCRIPT name="voip" code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="timeout" value="5000">
</applet>
 

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed parameter 'timeout' to the value "5000" milliseconds. This instructs the applet to terminate both the Download and Upload speed tests after 5 seconds have elapsed.

Although this option is being used to the over all length of the Speed and Quality test in this example this <param> technique can be used to assign any number of MyVoIPSpeed test options. For example the VoIP test characteristics such as packets per second can be changed to match the VoIP service provided. Click the link below to see more options.

What other <param> options does MyVoIPSpeed support?