Guest User

Untitled

a guest
Jul 11th, 2012
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <style type="text/css" media="screen">
  6.     html, body{
  7.         margin:0;
  8.         padding:0;
  9.         height:100%;
  10.     }
  11.     #altContent{
  12.         width:100%;
  13.         height:100%;
  14.     }
  15. </style>
  16.  
  17. <title>Android Custom Flash Player</title>
  18. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
  20.  
  21. <script type="text/javascript">
  22.     var flashvars = {};
  23.  
  24.     flashvars.HaloColor = "0x0086db";
  25.     flashvars.ToolTips = "true";
  26.     flashvars.AutoPlay = "true";
  27.     flashvars.VolumeLevel = "50";
  28.     flashvars.CaptionURL = "%CAPTION_URL%";
  29.     flashvars.Title = "%TITLE%";
  30.     flashvars.Logo = "";
  31.     flashvars.SRC = "%URL%";
  32.     flashvars.BufferTime = "5";
  33.     flashvars.AutoHideControls = "false";
  34.     flashvars.IsLive = "true";
  35.  
  36.     var params = {};
  37.     params.wmode = "transparent";
  38.     params.allowfullscreen = "true";
  39.  
  40.     var attributes = {};
  41.     attributes.id = "L3MP";
  42.  
  43.     swfobject.embedSWF("http://media-player.cdn.level3.net/flash/v1_1_1/Level3MediaPlayer.swf", "altContent", "100%", "100%", "10.1.0","http://media-player.cdn.level3.net/flash/v1_1_1/expressInstall.swf", flashvars, params, attributes);
  44. </script>
  45.  
  46. </head>
  47. <body>
  48.   <div id="altContent">
  49.     <center>
  50.       <BR><BR><span style="color:red"><b>Please Install Adobe Flash Player</b></span><BR><BR>
  51.       <a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
  52.     </center>    
  53.   </div>
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment