|
|
|
|
CoolBE stands for "Cool Banner/Billboard Engine". A basic CoolBE animation uses the CoolBE applet, image files, and an HTML file. The applet consists of two Java class files, CoolBE.class and Engine.class. The image files can be any JPG or GIF files you want to display. The HTML file host the applet and provide parameters to direct the animation, see the Example.html. The parameters in the HTML file are used as set-up parameters or theme parameters. You can change the values of most of these parameters to show your text and images in a series of themes played in an infinite loop. There can be up to 1000 themes (200 themes for v1.1). Each theme is a group of statements which will change the display or a window of the display if it has been partitioned.With CoolBE you have a huge number of options for animating both images and text. Operation is simple. There is no need for non-programmers to be intimidated: changing an image, text, or animation is simple text editing. CoolBE does all the work for you behind the scenes.Since you do not need to be connected to the Internet to run CoolBE, testing it is also simple and quick. You can even test one theme at a time. The CoolBE engine will run the themes in an infinite loop, so your display is always in action as long as the web page is displayed.The animation stops when the cursor is placed over it, to allow your visitors to look at the display or to click to visit the URL for the theme. |
|
|
If you are new to CoolBE or just want an easy going, these are some steps that you may want to follow:
| |
|
Set-up Parameters | Width/Height | OwnerURL | Partition | Greeting | FirstTheme/LastTheme | |
|
|
Width Height |
To adjust the display size, change the values of the
Width and Height parameters. They are located in the <APPLET ...> tag. For example, <applet code="CoolBE"
Width="560" Height="80">
Width, Height In pixels, any reasonable value is accepted
|
|
OwnerURL |
This parameter is used as CoolBE ID. Do not alter or remove it. If it is changed
or removed, you will not be able to set up your own URLs. |
| Partition | You can partition the display to have
two horizontal or vertical windows, the main window and the secondary window.
Only one partition is permitted (to make two windows on the display).
Since CoolBE loads and plays one image at a time, a partition can help reduce image size, for better performance. <param name="Partition" value="130, East"> The partition parameter has two variables: size, location size In pixels This is the width or the height of the partition, depending on the value of location. You can enter 0 for no partition. location Values: East, North, South
|
| Target | You can define the target window for
the clicked URL. When a visitor click on CoolBE, you can direct the
clicked web page to be displayed in the current window or in a new window.
You set the target name in the "Target" parameter. The default value for the Example.html and Example2.html is "_self":
to show the new page in the current window. The web page having the CoolBE will be replaced. The default value for the Example1.html is "Targ":
to show the new page in a window named "Targ". If the "Targ" window does not exist, a new window will be created. You can use FRAMEs, as in Example3.html, to show the new page in a different frame. You name the target window as a "Targ" in the lower frame, and feed the name to CoolBE displayed in the top frame. When you click on the CoolBE in the top, the new web page shows in the lower frame and the CoolBE animation is preserved. |
| Greeting | While the Java Applet is loading, you can display
a greeting message. <param name="Greeting" value="Welcome!"> You can change the value "Welcome!" to any other phrases, or just a " " for blank. |
|
FirstTheme LastTheme |
The CoolBE program plays the themes in a infinite loop, in ascending numerical order, from FirstTheme up to and including LastTheme. For example,<param name="FirstTheme" value="040">
|
|
| TextStr | TextPar | Border | LinkURL | ImageFL | Scheme |
|
|
| TextStr | <param
name="096TextStr" value="Welcome to the CoolBE show |You can make
one for yourself |and it is FREE ">
|
| TextPar |
To change your text appearance, use the TextPar parameter,
|
| Border |
Each window on the display can have a four-sided border, which can be changed (color, width, and appearance) with each theme:<param name="049Border" value="4, 0, 3fa435">Variables: Width, Style, colorWidth of each side of the border, in pixels, 0 = no borderStyle
|
| ImageFL |
The ImageFL is used to load an image, e.g.
|
| LinkURL |
LinkURL is for you to enter a hyperlink to go to when that theme is clicked. You may enter one for each theme.<param name="040LinkURL" value="http://www.CoolBE.com">Parameter value: addressaddress The full web address (URL)
|
| Scheme |
Scheme is the master control for each theme: it directs the
animation for the theme.
<param name="114Scheme" value="1, 30, 2, 50, 0, 50, 100, 1, 2"> |