<demo>

The <demo> tag is the outer-most tag in the demo script.

   Required Tags
TagRequiredLegal ValuesDefault ValueDescription
<section>yesView detailsEach demo must contain at least one section tag. The section contains all <screen> tags
   Optional Tags (apply to all screens)
TagRequiredLegal ValuesDefault ValueDescription
<speed>noslow, normal, fast, superfastnormalSets the overall speed of the demo - 'superfast' is useful for testing. You can also set specific delay times for each component.
<final_url>noAny URLnoneA 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>noColorwhiteThe 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>noFile pathdemo_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>nobottom, topbottomDetermines placement of the screen navigation (next button, previous button, section quick links)
<show_screen_index>noyes, noyesWhether 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>no1=# of screens1The 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
TagRequiredLegal ValuesDefault ValueDescription
<default_font_face>noFont name(platform specific)Default font for all text balloons
<default_font_size>noInteger(platform specific)Default font size for all text balloons
<default_font_style>noPLAIN, BOLD, ITALICPLAINSDefault font stylefor all text balloons
   Section "Quick Links" Options
TagRequiredLegal ValuesDefault ValueDescription
<section_nav_height>noIntegerAutoThe 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>noColor#EEEEEESection quick links background color
<section_background_highlight>noColor#3163CEBackground color for the 'current' section
<section_border_color>noColorblackSection quick links border color
<section_font_color>noColor#3163CESection quick links font color
<section_font_color_highlight>noColorwhiteFont color for the 'current' section
<section_font_face>noFont name(platform specific)Section quick links font
<section_font_size>noInteger(platform specific)Section quick links font size
<section_font_style>noPLAIN, BOLD, ITALICPLAINSection quick links font style
   Useful for testing
TagRequiredLegal ValuesDefault ValueDescription
<test_mode>noon, offoffDuring 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)

Next