RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Paul Steven
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Burnett Sent: 09 July 2007 16:54 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Problem loading xml data

RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Paul Steven
? Many thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Burnett Sent: 09 July 2007 16:06 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Problem loading xml data from server script http://www.adobe.com/devnet/flash/articles

RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Dave Burnett
With regards these security restrictions, I assume then because I am testing from the Flash IDE, this is treated as referencing an HTTPS URL where the movie that makes the request is not served over HTTPS? The cross-domain policy xml does not contain protocol references, so I'm not certain

Re: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Varun Soundararajan
Hi Paul, On 7/9/07, Paul Steven <[EMAIL PROTECTED]> wrote: Thanks for the replies - this is really proving a bit of a nitemare especially as I have never really done any server side stuff of this nature before. I have asked the client to upload an xml file to the server and the strange thing i

RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Dave Burnett
http://www.adobe.com/devnet/flash/articles/fplayer_security_03.html From: "Paul Steven" <[EMAIL PROTECTED]> Reply-To: flashcoders@chattyfig.figleaf.com To: Subject: RE: [Flashcoders] Problem loading xml data from server script Date: Mon, 9 Jul 2007 15:51:23 +0100 Thanks

RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Paul Steven
anks Paul -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Burnett Sent: 09 July 2007 15:29 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Problem loading xml data from server script When I put that URL in the browser, I get an

RE: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Dave Burnett
When I put that URL in the browser, I get an untrusted certificate dialog. Tried it off an http protocol? From: "Paul Steven" <[EMAIL PROTECTED]> Reply-To: flashcoders@chattyfig.figleaf.com To: Subject: [Flashcoders] Problem loading xml data from server script Date: Mon, 9 Jul 2007 15:15:12 +

Re: [Flashcoders] Problem loading xml data from server script

2007-07-09 Thread Varun Soundararajan
Does this have something to do with security certificate? I can understand that if you run the code from Flash IDE, you may not have enought security certificate auth to allow you to get data from the server, in which case, it will be encrypted.. So I suggest that you try with some other https se