Advertisement
Guest User

as3 and js

a guest
May 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.18 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="ru" xml:lang="ru">
  3.     <head>
  4.         <title>Безымянный-1</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: #ffffff;}
  8.         body { margin:0; padding:0; overflow:hidden; }
  9.         #flashContent { width:100%; height:100%; }
  10.         </style>
  11.         <script type='text/javascript'>
  12.        
  13.         document.getElementById("flash").play();
  14.  
  15.         </script>
  16.     </head>
  17.      <body>
  18.         <div id="flashContent">
  19.             <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="flash" align="middle">
  20.                 <param name="movie" value="Безымянный-1.swf" />
  21.                 <param name="quality" value="high" />
  22.                 <param name="bgcolor" value="#ffffff" />
  23.                 <param name="play" value="true" />
  24.                 <param name="loop" value="true" />
  25.                 <param name="wmode" value="window" />
  26.                 <param name="scale" value="showall" />
  27.                 <param name="menu" value="true" />
  28.                 <param name="devicefont" value="false" />
  29.                 <param name="salign" value="" />
  30.                 <param name="allowScriptAccess" value="always" />
  31.                 <!--[if !IE]>-->
  32.                 <object type="application/x-shockwave-flash" data="Безымянный-1.swf" width="550" height="400">
  33.                     <param name="movie" value="Безымянный-1.swf" />
  34.                     <param name="quality" value="high" />
  35.                     <param name="bgcolor" value="#ffffff" />
  36.                     <param name="play" value="true" />
  37.                     <param name="loop" value="true" />
  38.                     <param name="wmode" value="window" />
  39.                     <param name="scale" value="showall" />
  40.                     <param name="menu" value="true" />
  41.                     <param name="devicefont" value="false" />
  42.                     <param name="salign" value="" />
  43.                     <param name="allowScriptAccess" value="always" />
  44.                 <!--<![endif]-->
  45.                     <a href="http://www.adobe.com/go/getflash">
  46.                         <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Загрузить Adobe Flash Player" />
  47.                     </a>
  48.                 <!--[if !IE]>-->
  49.                 </object>
  50.                 <!--<![endif]-->
  51.             </object>
  52.         </div>
  53.     </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement