Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script language="JavaScript"> var tag = document.createElement('script');
- tag.src = "https://www.youtube.com/iframe_api";
- var firstScriptTag = document.getElementsByTagName('script')[0];
- firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
- var player{SIMPLETEXT};
- function onYouTubeIframeAPIReady() {
- player{SIMPLETEXT} = new YT.Player('player{SIMPLETEXT}');
- }
- function convertMToS(hms){
- // your input string
- var a = hms.split(':'); // split it at the colons
- // minutes are worth 60 seconds. Hours are worth 60 minutes.
- var seconds = (+a[0]) * 60 * 60 + (+a[1]) * 60 + (+a[2]);
- console.log(seconds);
- return seconds;
- }</script>
- <div class="ytplayer"><iframe id="player{SIMPLETEXT}" class="ytplayerframe"width="467px"height="263px"src="http://www.youtube.com/embed/{SIMPLETEXT}?enablejsapi=1&rel=0&modestbranding=0&color=white&controls=1"frameborder="0"allowfullscreen></iframe></div>
Advertisement
Add Comment
Please, Sign In to add comment