|
The Auto Start example uses the standard HTML <param>
feature to direct MyVoIPSpeed to start the test as soon as the page has loaded
without any interaction from the user.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="start" value="*">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyVoIPSpeed
parameter 'start'
to the value "*". This instructs the applet to immediately start the test when
the applet/page has loaded in the users browser.
Although this option is being used to
automatically start the VoIP, 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?
|