Murray, what do you really mean by "cfhttp the page in Firefox (or IE)"?  Do
you mean page a.cfm does a CFHTTP that calls page b.cfm, which includes HTML
to show a Flash file? And you call page a.cfm from the browser?

And what if you just call page b.cfm from the browser? Does that work
differently? Are you comparing the HTML generated when you call the page
(b.cfm) directly to what you get when it's called indirectly (via a.cfm)? Do
you have ResolveURL="yes" set on the CFHTTP, so that it generates any a
href, img src, and other links so that they have the absolute URL relative
to b.cfm, rather than a.cfm? That might especially cause problems if the swf
file is trying to get data from the server, and the Flash security model is
detecting it as the SWF having been sent from a server other than the one
where it's being told to get the data.

Finally, what is the error? 

/Charlie
http://www.carehart.org/blog/  

-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of murrah
Sent: Monday, December 11, 2006 10:48 PM
To: cfaussie
Subject: [cfaussie] CFHTTP not playing a flash file IE6


Hi,

I have a test page that displays a flash (swf) file. The page displays
correctly and plays the flash file if I browse directly to it.

If I CFHTTP the page in Firefox 2 it works (ie the flash file plays)

Under IE6 it wont play via CFHTTP but will if I browse the file directly.

All the files are running under local host while I test this.

Using CFMX 7.02

I have run out of ideas.

Anyone?

Thanks
Murray





--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to