Copy link to clipboard
Copied
Dear All,
Copy link to clipboard
Copied
Probably you want a JS expert, which I am not at all. I tend to use JS only when I cannot achieve my goal with CP's functionality.
My suspicion: you think that time restarts on each slide which is not the case. Have a look at:
http://blog.lilybiri.com/micro-navigation-introduction
I use the explained terms in this action (just an example):
http://blog.lilybiri.com/advanced-to-shared-action-step-by-step-micro-navigation-showcase
Copy link to clipboard
Copied
Dear Lilybiri,
Thank you very much for your reply and links provided. It helped me a lot.
Kind regards,
Vaibhav
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Looks like you have a couple typos in your code.
Missing one of the 'I's
Also, the 'W' in window needs to be lowercase.
window.cpAPIInterface.navigateToTime(10000);
As an afterthought:
If you're using the JavaScript window within Captivate - you can drop the window
cpAPIInterface.navigateToTime(10000);