Hype document OAM controlled via Captivate button

Hi,
I have a Hype document embedded as an OAM in a Captivate slide, I am trying to unpause the main timeline in this Hype from a captivate button with javascript. No luck yet, has anyone else achieved this?
Thanks
Jon

It’s a shot in the dark as there is nothing more to go on :wink: but are you using the “access a Hype document from outside of Hype” technique. (more info in the docs and here in the forum)

It’s essentially a way to communicate with the Hype document from outside of it. Which could be the situation here. All Hype document have a global object that you can use to access your document using it’s name.

e.g

HYPE.documents["documentName"].continueTimelineNamed('Main Timeline');