Groups | Blog | Home
all groups > flash (macromedia) > may 2006 >

flash (macromedia) : "Click to Activate" Problem: Active X Coding Fix Help/Questions


MFitz721
5/21/2006 7:45:27 PM
<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>
Jeckyl
5/22/2006 12:00:00 AM
Use one of the solutions at http://activecontent.blogspot.com ... extensive
reading in this forum would have taken you to this link already.
--
Jeckyl

AddThis Social Bookmark Button