Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.10 KB | None | 0 0
  1. <head>
  2.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  3.     <title>Edan Chapman's Portfolio Website - Videos</title>
  4.     <link href="style.css" rel="stylesheet" type="text/css" />
  5. </head>
  6.  
  7. <body>
  8. <div id ="wrapper">
  9. <h1>Videos</h1>
  10.  
  11. Home | Design Projects |
  12. Photoshop Exercises | Videos | About Me |
  13. Contact Details
  14. <div id ="left-column">
  15.  
  16. <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="player" width="340" height="280">
  17.   <param name="url" value="/videos/Auslan.avi" />
  18.   <param name="src" value="/videos/Auslan.avi" />
  19.   <param name="showcontrols" value="true" />
  20.   <param name="autostart" value="true" />
  21.   <!--[if !IE]>-->
  22.   <object type="video/avi" data="/videos/Auslan.avi" width="340" height="280">
  23.     <param name="src" value="/videos/Auslan.avi" />
  24.     <param name="controller" value="true" />
  25.     <param name="autostart" value="true" />
  26.   </object>
  27.   <!--<![endif]-->
  28. </object></br>
  29.  
  30. <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="player" width="340" height="280">
  31.   <param name="url" value="/videos/Ninja.avi" />
  32.   <param name="src" value="/videos/Ninja.avi" />
  33.   <param name="showcontrols" value="true" />
  34.   <param name="autostart" value="true" />
  35.   <!--[if !IE]>-->
  36.   <object type="video/avi" data="/videos/Ninja.avi" width="340" height="280">
  37.     <param name="src" value="/videos/Ninja.avi" />
  38.     <param name="controller" value="true" />
  39.     <param name="autostart" value="true" />
  40.   </object>
  41.   <!--<![endif]-->
  42. </object></br>
  43.  
  44. <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="player" width="340" height="280">
  45.   <param name="url" value="/videos/Final.avi" />
  46.   <param name="src" value="/videos/Final.avi" />
  47.   <param name="showcontrols" value="true" />
  48.   <param name="autostart" value="true" />
  49.   <!--[if !IE]>-->
  50.   <object type="video/avi" data="/videos/Final.avi" width="340" height="280">
  51.     <param name="src" value="/videos/Final.avi" />
  52.     <param name="controller" value="true" />
  53.     <param name="autostart" value="true" />
  54.   </object>
  55.   <!--<![endif]-->
  56. </object>
  57.  
  58. </div></div>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement