|
Caption Selection
LiveWire provides a SelectedCaption parameter which specifies which top-level caption (if any) should be expanded when the applet starts. However, if you have a non-framed site and reload LiveWire in every page, you may want to expand different captions in different pages.These details explain how you can specify that a particular Caption is expanded when the applet starts. In each page that includes LiveWire, just add a small amount of extra code to the applet's HTML. The additional code is this: &SelectedCaption=2Change 2 to the number of the caption that should be expanded (where 1 is the left-most caption). In your HTML code, you'll find a FlashVars parameter which appears twice. Add the text to the end of both instances of that parameter, immediately before its closing " sign, like this:
<PARAM name="flashvars" value="Copyright=(c) Cool Focus [www.coolfocus.com]&SelectedCaption=2"> ... flashvars="Copyright=(c) Cool Focus [www.coolfocus.com]&SelectedCaption=2" Important: Make sure you don't change the Copyright text in the FlashVars parameters, just add the new text onto the end of it.
|