|
The Language
example uses the standard HTML <param> feature to direct MyConnection Server to
use a different default.bin configuration file which has different options
enabled.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=700 height=400>
<param name="config" value="myspeed-French.bin">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyConnection Server
parameter 'config'
to a different titled parameter file. This is myspeed-French.bin in the
example above.
Although this option is being used to change the
language of MyConnection Server in this example this <param> technique can also be used to assign any
number of MySpeed Server test options. For example the test length could be
extended or reduced. Click the link below to see more options.
What other <param> options does MyConnection
Server
support?
|