<b>Hi,
I have read extensively about the "Click to activate and use this control"
problem because of MS' recent loss in court. I have also found many links
(including here) to the JavaScript "fix". I DO NOT want to get into blame, the
inconvenience, etc., just how to fix it in my websites. Here's the code to a
simple test page referencing an SWF:</b>
<i><html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="<a target=_blank class=ftalternatingbarlinklarge
href="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versio n=5,0,0,0"">
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=5,0,0,0"</a> width="750" height="130">
<param name=movie value="images/testmovie.swf">
<param name=quality value=high>
<embed src="images/testmovie.swf" quality=high pluginspage="<a
target=_blank class=ftalternatingbarlinklarge
href="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Sho ckwaveFlash"">
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Ver sion=ShockwaveFlash"</a> type="application/x-shockwave-flash" width="750"
height="130">
</embed>
</object></td>
</tr>
</table>
</body>
</html> </i>
<b>
What happens with the "quality=high " and "width="750" height="130"
information? Maybe I'm not clear on exactly what to replace with the JavaScript
reference, but it looks like all of these "fixes" I have seen ignore control
over quality and sizing. Am I missing something? (Besides how to disable
smilies)
Thanks all!
</b>