Question
a Problem with IE7 and IE6
Hi I am Trying to use a Flash File [I mean I have a video
file in flash format.] i am using dreamweaver build in to watc the
flv files. but when i load the contents in cfwindow i shou me a bad
error only in IE browser:
Here is the code i have:
<cfoutput>
<cfset filetype = 'V'>
<script src="../Scripts/swffix_modified.js" type="text/javascript"></script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="240" id="FLVPlayer">
<param name="movie" value="scripts/FLVPlayer_Progressive.swf" />
<object type="application/x-shockwave-flash" data="scripts/FLVPlayer_Progressive.swf" width="320" height="240">
<param name="salign" value="lt" />
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="8,0,0,0">
<param name="expressinstall" value="../Scripts/expressInstall.swf">
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=scripts/Corona_Skin_2&streamName=<cfif filetype IS 'O'><cfoutput>#request.siteURL#others/#showDetails.other#</cfoutput><cfelse><cfoutput>#request.siteURL#video/#showDetails.video#</cfoutput></cfif>&autoPlay=true&autoRewind=true" />
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href=" http://www.adobe.com/go/getflashplayer"><img src=" http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</object>
</object>
<script type="text/javascript">
SWFFix.registerObject("FLVPlayer");
</script>
</cfoutput>
all others browsers work fine...
What error i get:
ERROR PROCESSING jAVAsCRIPT IN mARKUP FOR ELEMENT MANIA12809346764_BODY: [ENABLE DEBUGGING BY ADDING CFDEBUG TO UR URL PARAMETERS TO SEE MORE INFORMATION.]
the website is online and after i click ok button the contents are loaded and movie starts playing..
only happens in IE
Here is the code i have:
<cfoutput>
<cfset filetype = 'V'>
<script src="../Scripts/swffix_modified.js" type="text/javascript"></script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="240" id="FLVPlayer">
<param name="movie" value="scripts/FLVPlayer_Progressive.swf" />
<object type="application/x-shockwave-flash" data="scripts/FLVPlayer_Progressive.swf" width="320" height="240">
<param name="salign" value="lt" />
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="8,0,0,0">
<param name="expressinstall" value="../Scripts/expressInstall.swf">
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=scripts/Corona_Skin_2&streamName=<cfif filetype IS 'O'><cfoutput>#request.siteURL#others/#showDetails.other#</cfoutput><cfelse><cfoutput>#request.siteURL#video/#showDetails.video#</cfoutput></cfif>&autoPlay=true&autoRewind=true" />
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href=" http://www.adobe.com/go/getflashplayer"><img src=" http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</object>
</object>
<script type="text/javascript">
SWFFix.registerObject("FLVPlayer");
</script>
</cfoutput>
all others browsers work fine...
What error i get:
ERROR PROCESSING jAVAsCRIPT IN mARKUP FOR ELEMENT MANIA12809346764_BODY: [ENABLE DEBUGGING BY ADDING CFDEBUG TO UR URL PARAMETERS TO SEE MORE INFORMATION.]
the website is online and after i click ok button the contents are loaded and movie starts playing..
only happens in IE