Saola loading Active presenter wait

Hello,
is there a way to pause an Active Presentation until the moment the Web object it contains is fully loaded and starts playing?
I have a web object in Active Presenter but also Audio recordings and highlights. Most times the web object loads fast and it is synchronized with my audio and other but sometimes loading gets delayed with the pre-loader icon saying visible for perhaps 4-5 seconds.
Hence to avoid this could I pause the presentation and have the Web loader loading completion resume it?
thanks a lot,
Michael

Hi Michael,

Yes, you can pause the presentation by clicking the Pause button on the HTML5 player toolbar, waiting for the Web loader to load, and then resume the presentation.

Hi,
thanks - but what I meant was my code - e.g. on the load slide of the active presenter slide.
On load()
Pause presentation
Wait for load of HTML5 object
Resume presentation

Any suggestions for this?
Thanks,
Michael

Hi Michael,

Yes, you can pause the AP presentation in AP slide On Load event.
And in Saola Animate, you can run the following script in Scene Activate event of the first scene to resume AP presentation:

parent.AtomiAP.presentations[0].pause(false);

Regards

Hi,
this seems to be working! Great.
Thanks,
Michael