MyVoIPSpeed

The Speed Only example demonstrates the ability to start the VoIP, Speed and Quality tests without any interaction from the user.
 

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

Applet Syntax:

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

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed parameters 'runtests' to the value "upload,download". This instructs the applet to immediately to only run the upload and download tests when the applet/page has loaded in the users browser. Note that you can also limit the test to just the upload or download if required.

Although the 'runtests' option is being used to automatically select only the Speed and Quality tests 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?