|
The Language
example uses the standard HTML <param> feature to direct MyVoIPSpeed Server to
use a different myspeed.bin configuration file which has different options
enabled.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="myspeed.bin" value="myvoipspeed-french.bin">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyVoIPSpeed
parameter 'myspeed.bin'
to different titled myspeed.bin file. This is myvoipspeed-french.bin in the
example above.
Although this option is being used to change the
language of MyVoIPSpeed in this example this <param> technique can also be used to assign any
number of MyVoIPSpeed 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 MyVoIPSpeed
support?
|