hi:
I
found the fixed for my problem regrading to IE ActiveX problem by using the
following flash object
---------------------------------------------------------------Original Message-----I think this is related
From: Daniel Roberts [mailto:[EMAIL PROTECTED]
Sent: Friday, March 10, 2006 5:44 PM
To: [email protected]
Subject: Re: [CFCDev] New IE broswer "Activate ActiveX Control" --> Help
http://www.digg.com/programming/HOW_TO_BYPASS_the_NEW_Microsoft_IE_ActiveX_Activation_problem_(via_MSDN)
On 3/10/06, Ung, Seng <[EMAIL PROTECTED]> wrote:Hi All
Sorry about asking a non-coldfusion question!
Activating ActiveX Controls
http://msdn.microsoft.com/library/default.asp?url=""
Thanks to Microsoft IE Browser upgrade for XP, Now my users have to click on ActiveX first, before Flash is usable.
I am not sure, how to convert the following code for the new IE Browser ?
any suggestion?
<script language="_javascript_" type="text/_javascript_">
<!--
var qString=document.location.search;
if (qString[0]='?') {
qString=qString.substr(1, qString.length-1 );
}
document.write(
'<div id="flashContent" name="flashContent" >\n'+
'<object classid=""\n'+
' codebase=""http://www.macromedia.com/flashPlayer/swflash.cab#version=7,0,0,0">http://www.macromedia.com/flashPlayer/swflash.cab#version=7,0,0,0"\n'+
' width="985"\n'+
' height="515"\n'+
' id="main">\n'+
'<param name="wmode" value="transparent" />\n'+
'<param name="allowScriptAccess" value="sameDomain" />\n'+
'<param name="movie" value="main.swf" />\n'+
'<param name="FlashVars" value="'+qString+'" />\n'+
'<param name="quality" value="high" />\n'+
'<param name="bgcolor" value="#FFFFFF" />\n'+
'<embed src=""\n'+
' flashvars="'+qString+'"\n'+
' quality="high"\n'+
' wmode="transparent"'+
' bgcolor="#FFFFFF"\n'+
' width="985"\n'+
' height="515"\n'+
' name="main"\n'+
' type="application/x-shockwave-flash"\n'+
' pluginspage="http://www.macromedia.com/flashPlayer" />\n'+
'</object>\n'+
'</div>'
);
//-->
</script>
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting ( www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
