LEMile

My Chrome flash workaround

Apr 4th, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <title>CJIS</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <style type="text/css" media="screen">
  7. html, body { height:100%; background-color: #000000;}
  8. body { margin:0; padding:0; overflow:hidden; }
  9. #flashContent { width:100%; height:100%; }
  10. </style>
  11. </head>
  12. <body>
  13. <div id="flashContent">
  14. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="960" height="650" id="Das" align="middle">
  15. <param name="movie" value="46838186ab3ad3824d25e00efe37accb.swf" />
  16. <param name="quality" value="high" />
  17. <param name="bgcolor" value="#ffffff" />
  18. <param name="play" value="true" />
  19. <param name="loop" value="true" />
  20. <param name="wmode" value="direct" />
  21. <param name="scale" value="showall" />
  22. <param name="menu" value="true" />
  23. <param name="devicefont" value="false" />
  24. <param name="salign" value="" />
  25. <param name="allowScriptAccess" value="sameDomain" />
  26. <!--[if !IE]>-->
  27. <object type="application/x-shockwave-flash" data="46838186ab3ad3824d25e00efe37accb.swf" width="960" height="650">
  28. <param name="movie" value="46838186ab3ad3824d25e00efe37accb.swf" />
  29. <param name="quality" value="high" />
  30. <param name="bgcolor" value="#000000" />
  31. <param name="play" value="true" />
  32. <param name="loop" value="true" />
  33. <param name="wmode" value="direct" />
  34. <param name="scale" value="showall" />
  35. <param name="menu" value="true" />
  36. <param name="devicefont" value="false" />
  37. <param name="salign" value="" />
  38. <param name="allowScriptAccess" value="sameDomain" />
  39. <!--<![endif]-->
  40. <a href="http://www.adobe.com/go/getflash">
  41. <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
  42. </a>
  43. <!--[if !IE]>-->
  44. </object>
  45. <!--<![endif]-->
  46. </object>
  47. </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment