Team:Sevilla/test3

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Sevilla/test2}}
{{:Team:Sevilla/test2}}
<html>
<html>
-
+
 
 +
<!--===================================MAPA================================================-->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
<script type="text/javascript">
Line 20: Line 21:
</div>
</div>
 +
<!--===================================GRAFICA QUESITOS================================================-->
Line 56: Line 58:
     <div id="visualization" style="float: right;font-family: Arial;border: 0 none;width: 600px; height: 400px;"></div>
     <div id="visualization" style="float: right;font-family: Arial;border: 0 none;width: 600px; height: 400px;"></div>
    
    
 +
 +
 +
 +
<!--===================================VIDEO================================================-->
 +
 +
 +
 +
  <script src="http://www.google.com/jsapi" type="text/javascript"></script>
 +
    <script type="text/javascript">
 +
      google.load("swfobject", "2.1");
 +
    </script>   
 +
    <script type="text/javascript">
 +
      function _run() {
 +
        /*
 +
        * Simple player embed
 +
        */
 +
       
 +
        // The video to load.
 +
        var videoID = "ylLzyHk54Z0"
 +
        // Lets Flash from another domain call JavaScript
 +
        var params = { allowScriptAccess: "always" };
 +
        // The element id of the Flash embed
 +
        var atts = { id: "ytPlayer" };
 +
        // All of the magic handled by SWFObject (http://code.google.com/p/swfobject/)
 +
        swfobject.embedSWF("http://www.youtube.com/v/" + videoID + "&enablejsapi=1&playerapiid=player1",
 +
                          "videoDiv", "480", "295", "8", null, null, params, atts);
 +
       
 +
       
 +
      }
 +
      google.setOnLoadCallback(_run);
 +
    </script>
 +
 +
    <div id="videoDiv">Loading...</div>
 +
 +
 +
 +
 +
 +
</html>
</html>

Revision as of 13:59, 5 April 2011

Loading...