Controlling a Captivate .swf animation

Hi BeckyWe have multiple Captivates on one page. To have these play we have them initially not visible but to autostart. We set up two variables called Try_Me and resetpage with an initial value of 0. Then on show of the page we have an action for each Captivate:On: ShowAction: ShowTarget: swf fileCondition Tab: Try Me Equal to 1We then have a button for each of our Captivate files with three actions:1st Action:On: Mouse ClickAction: ShowTarget: swf file2nd Action:On: Mouse ClickAction: Modify VariableTarget: Try_MeValue: 13rd Action:On: Mouse ClickAction: Modify VariableTarget: resetpageValue: Javascript:window.location.reload()Also, at the top level for your back and next buttons we have an action:On: Mouse ClickAction: Modify VariableTarget: Try_MeValue: 0ThanksSusan

Discussions have been disabled for this post