Background Image
This parameter will set the background image to be displayed.
The background image value can be either a relative or absolute url. For relative url's the path is relative to the html page containing the tree applet.
Example
This is an example of a relative url which will set the background image to sirius.gif
<param name="BgImage" value="./images/sirius.gif">
This
is an example of an absolute url which will set the background image to sirius.gif
<param name="BgImage" value="http://www.jpowered.com/images/sirius.gif">
Default
If this parameter is not present then no background image is loaded.