Problem:
I’m trying to recreate the Start Timeline with Blocking checked action using Execute JavaScript. I need to put the Javascript in Advanced Actions, how do I do this?
ActivePresenter version: 9.3.0
OS: Windows 11
Problem:
I’m trying to recreate the Start Timeline with Blocking checked action using Execute JavaScript. I need to put the Javascript in Advanced Actions, how do I do this?
ActivePresenter version: 9.3.0
OS: Windows 11
Hi,
We recommend using default actions whenever possible instead of JavaScript. Once you start using JavaScript, the following actions also need to be handled with JavaScript:
prez.startTimeline(name, function() {
// add code to the following actions here
});
Regards,