|
The VoIP with no Speed example uses the standard HTML <param>
feature to direct MyVoIPSpeed to only run a VoIP test.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="runtests" value="voip">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyVoIPSpeed
parameters 'runtests'
to the value "voip". This instructs the applet to immediately
to only run the VoIP Test when
the applet/page has loaded in the users browser.
Although the 'runtests' option is being used to
automatically select only the VoIP test 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?
|