Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created October 31, 2013 12:29
Show Gist options
  • Save jhorsman/7248880 to your computer and use it in GitHub Desktop.
Save jhorsman/7248880 to your computer and use it in GitHub Desktop.
Play/pause a SDL Media Manager video
// Example video: http://sdl-training.dist.sdlmedia.com/vms/distribution/?o=C0C21DD1-A520-4297-BECD-A672B98D8C35
// The video player is contained in <div id="asset01">
$("#asset01").trigger("play");
$("#asset01").trigger("pause");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment