Advertisement
justaskin

test82.htm

Oct 24th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.48 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" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="language" content="en" />
  6. <meta name="author" content="test" />
  7. <title>test</title>
  8. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
  9. <script type="text/javascript" src="testing.js"></script>
  10.         <style type="text/css">
  11.             html {
  12.                 height:100%;
  13.             }
  14.             body {
  15.                 height: 100%;
  16.                 margin: 0;
  17.                 overflow: hidden;
  18.             }
  19.             .swf_container{
  20.                 width:100%;
  21.             }
  22.             #top_swf{
  23.                 height: calc(100% - 192px);
  24.             }
  25.             #bottom_swf_chi{
  26.                 width: calc(18px + 100%);
  27.             }
  28.             #bottom_swf_chi{
  29.                 z-index:1;
  30.                 height: 211px;
  31.                 position: absolute;
  32.                 bottom:-10px;
  33.                 left:-9px;
  34.                 right:-8px;
  35.             }
  36.         </style>
  37.         <script type="text/javascript">
  38.             swfobject.embedSWF("black.swf", "top_swf_chi", "100%", "100%", "10.0.0", "expressInstall.swf");
  39.             swfobject.embedSWF("c.swf", "bottom_swf_chi", "100%", "100%", "10.0.0", "expressInstall.swf", params);
  40.         </script>
  41.     </head>
  42.     </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement