MyConnection Server

The Language example demonstrates running MySpeed Server with one or more languages in a single page. This allows you to provide a service for your customers that is easier to use.
 

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?
 

Copyright © 1997-2008 Visualware, Inc.