MyVoIPSpeed

The VoIP Only example demonstrates the ability to tailor the test to only do a VoIP test and bypass the Speed and Quality tests. This makes the test faster for the user and more focused for the results.
 

The VoIP with no Speed example uses the standard HTML <param> feature to direct MyVoIPSpeed to only run a VoIP test.

Applet Syntax:

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

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed parameters 'runtests' to the value "voip". This instructs the applet to immediately to only run the VoIP Test when the applet/page has loaded in the users browser.

Although the 'runtests' option is being used to automatically select only the VoIP test in this example the <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?