Advertisement
Guest User

teste

a guest
Apr 17th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <head>
  4.  
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7.  
  8.  
  9. <style>
  10. body{background-color:#ccc;}
  11. track{font-family:arial;}</style>
  12.    <!-- player skin -->
  13.    <link rel="stylesheet" type="text/css" href="skin/minimalist.css">
  14.  
  15.    <!-- site specific styling -->
  16.   <style type="text/css">
  17.    body { font: 12px "Myriad Pro", "Lucida Grande", sans-serif; text-align: center; padding-top: 5%; }
  18.    .flowplayer { width: 80%; }
  19.    </style>
  20.  
  21.    <!-- flowplayer depends on jQuery 1.7.1+ (for now) -->
  22.    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  23.  
  24.    <!-- include flowplayer -->
  25.    <script type="text/javascript" src="flowplayer.min.js"></script>
  26.  
  27. </head>
  28.  
  29. <body>
  30.  
  31.    <!-- the player -->
  32.    <div class="flowplayer" data-swf="flowplayer.swf" data-ratio="0.4167">
  33.       <video>
  34.    
  35.          <source type="video/mp4" src="http://dl.firedrive.com/?key=QkY5NkFBNjEwMzc2REREMzoxMzk3OTA4MzI0LjU1MDg6MTFlZmZiZGZhMjc5NmZiZjg3MjkzMmM2YjZlM2M3NDZmODc0NjA3Mg==">
  36.          <track kind="subtitles" label="English subtitles" src="legenda.srt" srclang="de" default></track>
  37.       </video>
  38.    </div>
  39.  
  40. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement