Re: [Flashcoders] Flash https / IE wierdness

2007-06-20 Thread Giles Roadnight
Many thanks for that. On 6/19/07, Carl Welch <[EMAIL PROTECTED]> wrote: We had the same problem. We were banging our heads against the wall trying to figure out why it wasn't working in IE over a https connection until we found this: //header("Expires: Mon, 25 Jan 1970 05:00:00 GMT");

Re: [Flashcoders] Flash https / IE wierdness

2007-06-19 Thread Carl Welch
We had the same problem. We were banging our heads against the wall trying to figure out why it wasn't working in IE over a https connection until we found this: //header("Expires: Mon, 25 Jan 1970 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cac

[Flashcoders] Flash https / IE wierdness

2007-06-19 Thread Giles Roadnight
Hi All I have a swf that loads an rss feed then loads images and displays them. This works fine on our local dev server, the live server and on the staging server on Firefox. However on the staging server the images do not appear and none of the text in the rss appear either. The only differenc