Need Basic Help with moduleReadyEvent
I can't get the moduleReadyEvent to fire. I know I'm doing something stupid, but I've been fussing with this for hours now and could really use some help.
I'm on Captivate 11.0.1.266, publishing as HTML5 only.
This code is on my first slide, using an On Enter action.
The time shows in the console (10:34 am), so I know the code works. The success message never appears.
window.addEventListener("moduleReadyEvent", function evtFunc(evt)
{
console.log("success");
});
console.log("10:34 am");
What am I missing?
