MySpeed

The Language example demonstrates running MySpeed Server with one or more languages in a single page. This allows you to provide a service for your customers that is easier to use.
 

The Language example uses the standard HTML <param> feature to direct MySpeed Server to use a different myspeed.bin configuration file which has different options enabled.

Applet Syntax:

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

Explanation:

1. Using the standard HTML feature <param> the example sets the MySpeed parameter 'myspeed.bin' to different titled myspeed.bin file. This is myspeed-french.bin in the example above.

Although this option is being used to change the language of MySpeed in this example this <param> technique can also be used to assign any number of MySpeed 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 MySpeed support?