|
The Auto Start example uses the standard HTML <param>
feature to direct MySpeed 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="myspeed.jar" width=600 height=400>
<param name="start" value="*">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MySpeed
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 Speed and Quality test in this example this
<param> technique can be used to assign any
number of MySpeed test options. For example the length of the speed test can be
changed. Click the link below to see more options.
What other <param> options does MySpeed
support?
|