Advertisement
JustxMeg

source

Jan 5th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title>Slideshow</title>
  6. <script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
  7. <style type="text/css">
  8. <!--
  9. body {
  10.     background-color: #333333;
  11. }
  12. -->
  13. </style></head>
  14.  
  15. <body>
  16. <div align="center">
  17.  
  18.   <script type="text/javascript">
  19. AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','800','height','600','src','player_black','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','player_black' ); //end AC code
  20. </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600">
  21.     <param name="movie" value="player_black.swf" />
  22.     <param name="quality" value="high" />
  23.     <embed src="player_black.swf" width="800" height="600" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
  24.   </object></noscript>
  25. </div>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement