Skip to main content
Inspiring
December 11, 2008
Question

a Problem with IE7 and IE6

  • December 11, 2008
  • 1 reply
  • 431 views
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
This topic has been closed for replies.

1 reply

Inspiring
December 12, 2008
nightwolf666 wrote:
> 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:
[snip]
> all others browsers work fine...

Check the Error Console in Firefox, it might have more info.

> 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.]

Did you do as instructed ?

--
Mack
Inspiring
December 13, 2008
Ok I did some reasearch n it and It Did Showed Some Result. wHAT I dID i CLIKED THE FILE TO OPEN IN A CFWINDOW AND THE sAME ABOVE ERROR POPPED UP AND I CLICKED ok. tHE PAGE LOADED AND FLASH MOVIE FILE GOT LOADED AND WORKING. BUT THAT ERROR CAME {WHEN I CLIKED THE READ BUTTON AND A CFWINDOW OPEN.}

WHEN I CLICK THE FIREBUG AND CHECKED THE LOAD RESPONSE IT SHOWED ME THIS VALUE:

SWFFix.registerObject("FLVPlayer");

AND THAT'S aLL IT DID