Adding a flash movie with the object element : object tag « Object « HTML / CSS






Adding a flash movie with the object element

 

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title>Adding a flash movie with the &lt;object&gt; element</title>
  </head>
  <body>
    <p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" codebabse="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <param name="movie" value="yourFile.swf">
    <param name="play" value="true">
    <param name="loop" value="false">
    <embed SRC="yourFile.swf" WIDTH="300" HEIGHT="200" PLAY="true" LOOP="false" QUALITY="best" MENU="false" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
    </p>
    </body>
</html>

   
  








Related examples in the same category

1.'object' Example
2.Embedded content
3.Adding a YouTube Video with object
4.Adding an MP3 without specifying player
5.Adding an MP3 player using Flash