Embeding movie

liunx

Guest
To learn more about xhtml I bought the book "HTML, XHTML & CSS, sixth edition by Elizabeth Castro. My page was writen with a little help from some of the book I have been appying her lessions, chapter by chapter to hekp me understand more on writing code. I found her book very difficurlt to understand, expecially the LINK Elements. I stopped a chaper 18 - 'Video, Audio and Other Multimedia".
Her book is on <!-- m --><a class="postlink" href="http://www.cookwood.com/">http://www.cookwood.com/</a><!-- m -->

I am tring to embed a DVAVI movie cllip to my webpage. See below. I am tying to learn (a retired senior).

!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">


<head>
<meta http-equiv="content-type"
content="text/html; charset=utf-8" />


<title>Movie Embeding</title>


<link rel="stylesheet" media="screen" type="text/css" href=http://www.htmlforums.com/archive/index.php/"tables.css"/>



</head>




<body>


<h1>Movie Embeding</h1>
<oject classid="clsid:6bf52a52-394a-11d3-b153-00c047f79faa6"
id="player" width="320" height="260">

<param name-"url" value-"cats.wmv">

<!-- <embed type="application/x-mplayer2" id="MediaPlayer" src=http://www.htmlforums.com/archive/index.php/"cats.wmv"/> -->






</body>


</html>need to correct the object tag. it is not "oject" but object.I am getting am getting a "Did you notice the informtion bar" restrictive message. What is in my page that causes this & what can I do to prevent it?
Thank you.you may want to close the object tag. didn't try to get the code.
 
Back
Top