|
<!-- Optional MENU DIV -->
…
<a href="#" onclick="captivateSWF.gotoSlideAndPlay(1);return false;">Slide 1</a> |
<a href="#" onclick="captivateSWF.gotoSlideAndPlay(2);return false;">Slide 2</a> |
<a href="#" onclick="captivateSWF.gotoSlideAndPlay(3);">Slide 3</a> |
<a href="#" onclick="captivateSWF.gotoSlideAndPlay(4);return false;">Slide 4</a> |
<a href="#" onclick="toggleButton('menu_button')">Close Menu</a>
</div>
The menu panel can provide a navigation menu with links to specific slide number of you Captivate movie.
| • | The menu is initially “hidden” by default using the display:none setting. |
| • | The Menu Panel is toggled open with the Menu Panel button. |
| • | The Menu Panel is toggled closed using either the link in the Menu Panel or clicking the Menu Panel button in the playbar. |
| • | To edit the text displayed for any menu item, edit the text within the link – such as “Slide 4” within last area of each link: false;">Slide 4</a>. |
| • | To edit the slide number a menu item links to, change the number with the (). For example, to navigate to slide number 4, use captivateSWF.gotoSlideAndPlay(4);. |
| • | The Menu Panel includes a menu item to close the Menu Panel. You can remove this item if you’d like the only option to close the Menu Panel to be the Menu Panel button. |
| • | You can change the text for the link to close the Menu Panel from the default “Close Menu”. |
| • | Place comments around the <div> tags or delete the <div> tags to hide the Menu Panel. |
|