Link to slide and time

Hi, is it possible to make a link to a certain slide and time in active presenter on a button? Or is it better to put it on the slides themselves?

Thank you

Jirka

The time is using javascript - prez.time(80400); i.e. 1 minute and 34 seconds in the whole axis of the presentation.

Slide in javascript - prez.showSlideAt(3) i.e. slide 3

Starting a certain slide and moving it to a certain time has not worked for me yet. But this is enough for now.

Hi @Jiri,

You can try using the script prez.showSlideAt(slideIndex, slideTimestamp)
Let us know how it works.

BR,
Quynh Anh

Thank you very much, that works fine.
I tried it initially without “At” prez.showSlide(slideIndex, slideTimestamp).
That’s because I only write code occasionally, so I forget already in 63+.

1 Like

Glad to hear it helps, Jiri.

Feel free to open another thread when you have another topic to discuss about.
We’re always here to assist.

BR,
Quynh Anh

1 Like