MySpeed

The Speed Test Length example demonstrates the ability to change the length of the  Speed and Quality test.
 

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

Applet syntax:

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

Explanation:

1. Using the standard HTML feature <param> the example sets the MySpeed 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 MySpeed test options. For example the Speed test characteristics such as the length of the speed test can be changed. Click the link below to see more options.

What other <param> options does MySpeed support?