Skip to main content
Participant
August 17, 2022
Question

Button to play videos in an interactive pdf

  • August 17, 2022
  • 2 replies
  • 383 views

Hi,

Is it possible to embed a couple of videos inside a pdf and have one button that by clicking on it will make them play together at once?
Thank you 🙂

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
August 17, 2022

I haven't tried it, but in theory a script should be able to do it, by accessing the various AnnotRichMedia objects one after another and calling their multimedia_play command (via the callAS method). I just don't know if this is a modal method, meaning that the script is halted until it finishes. If so, then they will only play one after another, not at the same time.

Wilder.Bolaños
Community Expert
Community Expert
August 17, 2022

Hi, it's a good question, I haven't been able to see something like this so far, maybe with some JS it could. attentive that someone else can tell us how it would be.

 

Cheers,

WbolanosCo