MyConnection Server

The Custom Scale example demonstrates the ability to change the look and feel of MyConnection Server by setting a scale for the Speed test that better reflects the service level provided.
 

The Custom Scale example uses the standard HTML <param> feature to direct MyConnection Server to set the 'low' and the 'high' scale limits for the speed test tab.

Applet Syntax:

<applet MAYSCRIPT name="voip" code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar, /myspeed/plugins.jar" width=700 height=400> 
<param name="lobps" value="1000000">
<param name="highbps" value="1000000000">

</applet>
 

Explanation:

1. Using the standard HTML feature <param> the example sets the MyConnection Server parameters 'lobps', and 'hibps'. The value settings represent the staring low scale for the speed test as well as the ending high scale. This allows the user to limit the display view in line with the speed of service offered. This simplifies the user interface for user and makes it easier to understand.

Although this option is being used to change the look and feel of the Speed and Quality test in this example this <param> technique can be used to assign any number of test options. For example the Speed test results can generate an email for emailing to the service provider. Click the link below to see more options.

What other <param> options does MyConnection Server support?
 

Copyright © 1997-2008 Visualware, Inc.