|
The Speed Test Length example uses the standard HTML <param>
feature to set a timeout value for MyVoIPSpeed to use for the Speed & Quality
test.
Applet syntax:
<applet MAYSCRIPT name="voip"
code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="timeout" value="5000">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyVoIPSpeed
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 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?
|