Skip to content

Instantly share code, notes, and snippets.

@variux
Created December 3, 2018 16:05
Show Gist options
  • Save variux/b84f5acdccfb330e4767f42698a33857 to your computer and use it in GitHub Desktop.
Save variux/b84f5acdccfb330e4767f42698a33857 to your computer and use it in GitHub Desktop.
Código Javascript Azure Media Player
var myOptions = {
"nativeControlsForTouch": false,
controls: true,
autoplay: true,
width: "640",
height: "400",
}
myPlayer = amp("azuremediaplayer", myOptions);
myPlayer.src([
{
"src": "aquiponemoslaurldelvideo",
"type": "application/vnd.ms-sstr+xml"
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment