Skip to main content
AP_AW
Inspiring
September 30, 2016
Question

Timing of CPAPI_SLIDEENTER and advanced action triggered on slide enter

  • September 30, 2016
  • 1 reply
  • 298 views

It seems that the CPAPI_SLIDEENTER event eg:

eventEmitterObj.addEventListener("CPAPI_SLIDEENTER",function(e) {

  console.log("Slide has been entered");

});

gets triggered after an advanced action that's set to trigger on slide enter.

I need the event to trigger before the advanced action. Is there any way to reverse/change the order?

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
September 30, 2016

You cannot change the order, but you can call and advanced action with JavaScript, or most likely you can create the advanced actions functionality with JavaScript. See this thread.

JavaScript calling Advanced Action