i am using html 4.01 transitional and iso-8859-1 encoding for my web page. i just tried to use the object, classid, param, etc. for encoding my .swf file in my web page, but when i try to validate it, it says "there is no attribute 'src', no attribute 'width', etc." i attached a file that contains one of my pages and the activex control that i copied and pasted from the macromedia website. do i need to use a DOCTYPE or encoding?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Temescal Canyon's Ryan Riley</title>
<link rel="stylesheet" type="text/css" href="mainlinks.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table><tr><td class="pic_ryan"><img src="basketball.bmp" width="100" height="130" border="2" alt="ryan_default"></td></tr></table>
<table><tr><td class="stats"><a href="stats.html">2004-2005 Stats</a></td></tr></table>
<table><tr>
<td class="profile01" align="right">Height:<br>Weight:<br>Class:<br>Position:<br>No:<br>Born:</td>
<td class="profile02">6'2"<br>224<br>2005<br>TE/DE<br>34<br>May 27, 1987</td>
</tr></table>
<table><tr><td class="tchs1"><img src="football.gif" width="140" height="100" alt="football"></td></tr></table>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100"
height="100" codebase="
http://active.macromedia.com/flash7/cabs/ swflash.cab#version=6,0,0,0">
<param name="movie" value="moviename.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed src="moviename.swf" width="100" height="100" play="true"
loop="true" quality="high"
pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </embed>
</object>
'code
'code
</body>
</html>