MyVoIPSpeed

The Custom Size example demonstrates the ability to change the look and feel of MyVoIPSpeed to fit different screen sizes. Fonts are automatically scaled to fit the dimensions required.
 

The Custom Size example uses the standard HTML <width> and <height> feature to set the size of the MyVoIPSpeed UI panel that the user sees.

Applet Syntax:

<applet MAYSCRIPT name="voip" code="myspeed.class" archive="voip.jar" width=300 height=200>
</applet>
 

Explanation:

1. Using the standard HTML feature <width> and <height> in this example sets the panel size for the MyVoIPSpeed applet. This instructs the applet to scale the user interface including the fonts to fit the panel size requested.

Although this option is being used to change the look and feel of the VoIP, Speed and Quality test in this example this <param> technique can be used to assign any number of MyVoIPSpeed test options. For example the VoIP 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 MyVoIPSpeed support?