Hi,
I have a page that displays a flash movie file, but it wont
display the movie via CFHTTP under IE6. I am using CF MX 7.02.
If I browse the page directly, the flash movie plays (in both
IE6 and Firefox). If I CFHTTP the page using FireFox 2, the flash
movie plays. If I CFHTTP the page using IE6, the flash movie doesnt
play.
If I dump the CFHTTP scope, it is identical between Firefox
and IE6 and no errors are reported.
To debug this I have stripped the code back to:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<div style="border:1px solid black">
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
height="145" width="544">
<param name="movie" value="inc/navigation.swf">
<param name="quality" value="high">
<embed src="inc/navigation.swf" quality="high"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="145" width="544">
</object>
</div>
</body></html>
Here is the CFHTTP header from the cfdump:
HTTP/1.0 200 OK Content-Type: text/html Connection: close
Date: Tue, 12 Dec 2006 03:36:07 GMT Last-Modified: Tue, 12 Dec 2006
03:31:17 GMT Server: JRun Web Server Content-Length: 691
Does anyone have any ideas ?
Thanks,
Murray