|
The Custom Scale example uses the standard HTML <param>
feature to direct MySpeed to set the 'low' and the 'high' scale limits for
the speed test tab.
Applet Syntax:
<applet MAYSCRIPT name="myspeed"
code="myspeed.class" archive="myspeed.jar" width=600 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 MySpeed 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 MySpeed 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 MySpeed
support?
|