You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greg suggested the ability to embed audio and video in slides.
It seems like it would be great if we could do this, while keeping those element's playback synchronized with the presentation overall. We could hide/disable the controls on the individual media elements, and just let them be controlled through the main controls (playback as well as muting).
There doesn't seem to be a built-in way to synchronize multiple Players, but it probably won't be too horrible.
Attaching sub-slides/animations to a per-slide synchronized BasePlayer might be a clean way to integrate that, too.
The text was updated successfully, but these errors were encountered:
edit: actually, trying to make something entirely general may be unwise. Don't register handlers for every slide, just have one set of handlers and use deck.change to stay aware of what synced media is active.
banksJeremy
pushed a commit
to jeremyBanks/slide-drive
that referenced
this issue
Jun 14, 2012
Greg suggested the ability to embed audio and video in slides.
It seems like it would be great if we could do this, while keeping those element's playback synchronized with the presentation overall. We could hide/disable the controls on the individual media elements, and just let them be controlled through the main controls (playback as well as muting).
There doesn't seem to be a built-in way to synchronize multiple Players, but it probably won't be too horrible.
Attaching sub-slides/animations to a per-slide synchronized BasePlayer might be a clean way to integrate that, too.
The text was updated successfully, but these errors were encountered: