The <demo> tag is the outer-most tag in the demo script.
Required Tags |
Tag | Required | Legal Values | Default Value | Description |
<section> | yes | View details | Each demo must contain at least one section tag. The section contains all <screen> tags |
Optional Tags (apply to all screens) |
Tag | Required | Legal Values | Default Value | Description |
<speed> | no | slow, normal, fast, superfast | normal | Sets the overall speed of the demo - 'superfast' is useful for testing. You can also set specific delay times for each component. |
<final_url> | no | Any URL | none | A url to go to when the demo is complete. (e.g. 'http://myco.com/demo_done.html' or './index.html') Set equal to the demo's HTML page to continuously replay the demo. |
<background_color> | no | Color | white | The background color - only used if your screen images are smaller than the applet's dimensions, or your screen images have a transparent color |
<nav_images_dir> | no | File path | demo_nav_images/ | The directory (relative to the applet's html file) of where to find the demo navigation buttons: next.gif, previous.gif, cursor.gif, cursor_click.gif |
<nav_location> | no | bottom, top | bottom | Determines placement of the screen navigation (next button, previous button, section quick links) |
<show_screen_index> | no | yes, no | yes | Whether to show the screen index count (e.g. screen x of y) - Users can click the screen index to jump to any slide |
<init_screen> | no | 1=# of screens | 1 | The first screen of the demo to show (useful for testing or starting the demo from different places) - You can also use 'init_screen' as a in the url (i.e. http://myco.com/demo?init_screen=2) |
Default font values for all "Text Balloon" popups |
Tag | Required | Legal Values | Default Value | Description |
<default_font_face> | no | Font name | (platform specific) | Default font for all text balloons |
<default_font_size> | no | Integer | (platform specific) | Default font size for all text balloons |
<default_font_style> | no | PLAIN, BOLD, ITALIC | PLAIN | SDefault font stylefor all text balloons |
Section "Quick Links" Options |
Tag | Required | Legal Values | Default Value | Description |
<section_nav_height> | no | Integer | Auto | The height (in pixels) of the quick links area. If you don't supply a value, it will be automatically calculated based on the font height. |
<section_background> | no | Color | #EEEEEE | Section quick links background color |
<section_background_highlight> | no | Color | #3163CE | Background color for the 'current' section |
<section_border_color> | no | Color | black | Section quick links border color |
<section_font_color> | no | Color | #3163CE | Section quick links font color |
<section_font_color_highlight> | no | Color | white | Font color for the 'current' section |
<section_font_face> | no | Font name | (platform specific) | Section quick links font |
<section_font_size> | no | Integer | (platform specific) | Section quick links font size |
<section_font_style> | no | PLAIN, BOLD, ITALIC | PLAIN | Section quick links font style |
Useful for testing |
Tag | Required | Legal Values | Default Value | Description |
<test_mode> | no | on, off | off | During test-mode, the last screen is always shown first. This is useful for testing (add a new screen, and click the browser's 'reload' button) |