Controlling Captivate variable values with AS2 Flash animation
i created couple of simple pause/resume flash as2 buttons manipulate captivate playback using following script:
on (release) {
_parent._parent.rdcmndresume = 1;
}
on (release) {
_parent._parent.rdcmndpause = 1;
}
the buttons work intended if "display for:" values set "rest of project". buttons seem have no effect on captivate playback if "display for:" set thing else.
the problem hoped show buttons when want user pause or resume captivate timeline. however, reason not understand, not work when "display for:" value set "specific time".
any ideas why buttons behave way or ideas on how make them wish do?
try , externalize animations (swf) in project. go "edit" - "preferences" - "project" - "publish settings" , select "externalize resources" - animations.
/michael
More discussions in Advanced Adobe Captivate Users
adobe
Comments
Post a Comment