Team:Goettingen/outreach videos

From 2014.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
<body>
<body>
 +
<div id="ytplayer"></div>
-
<br />
+
<script>
-
<object width="640" height="390">
+
  // Load the IFrame Player API code asynchronously.
-
   <param name="movie"
+
   var tag = document.createElement('script');
-
        value="http://www.youtube.com/embed?listType=user_uploads&list=UUmdyv-J42xCtx95RkOLp41A&version=3"></param>
+
  tag.src = "https://www.youtube.com/player_api";
-
   <param name="allowScriptAccess" value="always"></param>
+
   var firstScriptTag = document.getElementsByTagName('script')[0];
-
   <embed src="http://www.youtube.com/embed?listType=user_uploads&list=UUmdyv-J42xCtx95RkOLp41A&version=3"
+
  firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
-
        type="application/x-shockwave-flash"
+
 
-
        allowscriptaccess="always"
+
  // Replace the 'ytplayer' element with an <iframe> and
-
        width="640" height="390"></embed>
+
   // YouTube player after the API code downloads.
-
</object>
+
  var player;
 +
  function onYouTubePlayerAPIReady() {
 +
    player = new YT.Player('ytplayer', {
 +
      height: '390',
 +
      width: '640',
 +
      videoId: 'M7lc1UVf-VE'
 +
    });
 +
  }
 +
</script>
</body>
</body>
</html>
</html>

Revision as of 10:16, 15 October 2014