|
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="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=700 height=400>
<param name="autostart" value="yes">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyConnection parameter 'autostart'
to the value "yes". This instructs the test 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 test in this example this
<param> technique can be used to assign any
number of MyConnection test options. For example the length of the test can be
changed. Click the link below to see more options.
What other <param> options does MyConnection
Server
support?
|