Re: [flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-09 Thread Tom Chiverton
On Wednesday 09 Jan 2008, Joe wrote: > To my knowledge, you cannot have a https folder, and a http folder in the > same area? You mean serve the same content from http and https URLs ? Of course you can... -- Tom Chiverton Helping to autoschediastically initiate intuitive supply-chains on: ht

Re: [flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-09 Thread Joe
To my knowledge, you cannot have a https folder, and a http folder in the same area? So basically, this means the files you are accessing from the https are being directed to the wrong path. You should be able to try an absolute link to test this. Possible solution: run the url though a "valueOf()

Re: [flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-08 Thread Mike Chabot
There was a discussion thread on a related topic a few days ago that might provide some insight into this issue for you. -Mike Chabot On Jan 8, 2008 8:14 PM, chrisvet2001 <[EMAIL PROTECTED]> wrote: > > > > > We have a web server that is configured such that > http://server/directory (d:\http\dire

[flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-08 Thread chrisvet2001
We have a web server that is configured such that http://server/directory (d:\http\directory) delivers different content than https://server/directory (d:\https\directory). When I'm trying to use remoteobject in flex, if I define that my cfc is located in Directory.mycfc, it works fine for http, b