|
Item Selection
If you have a non-framed site and reload Gridlock in every page, you can specify that a particular caption, item and subitem is selected when the applet starts using a simpler method than PageSync. In each page that includes Gridlock, just add a small amount of extra code to the applet's HTML.The additional code is this: &SelCaption=2&SelItem=1&SelSubitem=4Change 2, 1 and 4 to the number of the caption/item/subitem that should be selected (where 1 is the left-most item). A 0 for any of these parameters means no selection. 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]&SelCaption=2&SelItem=1&SelSubitem=4"> ... flashvars="Copyright=(c) Cool Focus [www.coolfocus.com]&SelCaption=2&SelItem=1&SelSubitem=4" Important: Make sure you don't change the Copyright text in the FlashVars parameters, just add the new text onto the end of it.
|