360 Pano Viewer Logo Applet Parameters
As a registered owner of the Developer Suite you may use your own
logo in place of the 360 Degrees Logo.
By specifying some parameters you can use your own JPG image and
display it for a given length of time. You can also use a background
color to match your logo, that way your logo image can be small
and load quickly.
We do have some conditions for allowing you to use your own logo
in our applet. Please read the conditions below carefully before
using your own logo on a website.
| logo.image |
FORMAT: Logo source - eg "mylogo.jpg"
EXPLANATION: This is the URL for your logo image.
EXAMPLE: <PARAM name="logo.image" value="mylogo.jpg">
|
| logo.bgcolor |
FORMAT: Hexadecimal color code - eg "#000000"
EXPLANATION: Determines the background color of the viewer
if the logo_image is smaller than the viewer height and width
- will only appear if image is smaller than height and width
of applet.
EXAMPLE: <PARAM name="logo.bgcolor" value="#FFFFFF">
|
| logo.displayTime |
FORMAT: milliseconds (eg. 500 is half a second)
EXPLANATION:This parameter defines the minimum amount of time
the logo is displayed, this is helpful for re-inforcing your
brand.
EXAMPLE:<PARAM name="logo.displayTime" value="500">
|
|
|
|