MyVoIPSpeed

The Location example demonstrates the ability to select different test server for the  VoIP test to make it easier for your customer run a test more relevant to their geographical location.

The Location example uses the standard HTML <param> feature to direct MyVoIPSpeed Server to set a different codebase for the MyVoIPSpeed applet.

Applet Syntax:

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

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed parameter 'codebase' to a different server domain URL. This redirects the VoIP and Speed tests to the location of the server where the codebase URL resolves.

Although this option is being used to change the location of MyVoIPSpeed Server in this example this technique can be used to assign any number of MyVoIPSpeed Server test options. For example the test length could be extended or reduced. Click the link below to see more options.

What other <param> options does MyVoIPSpeed support?