• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

a Problem with IE7 and IE6

Participant ,
Dec 11, 2008 Dec 11, 2008

Copy link to clipboard

Copied

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
TOPICS
Advanced techniques

Views

346

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 12, 2008 Dec 12, 2008

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 12, 2008 Dec 12, 2008

Copy link to clipboard

Copied

LATEST
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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation