Created
December 3, 2018 16:05
-
-
Save variux/b84f5acdccfb330e4767f42698a33857 to your computer and use it in GitHub Desktop.
Código Javascript Azure Media Player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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