PDA

View Full Version : XML.send works... XML.sendAndLoad doesn't...part 2 - JSP!


HITdrumHARD
04-20-2006, 09:56 PM
Hi all,

I am working on a flash client/server project that is trying to send XML to a JSP script. I need it to use sendAndLoad. I get an error 'cant open URL...' when using sendAndLoad, but using XML.send and opening the response in a new browser shows the script responding and outputting the expected XML.

Unfortunately, I know nothing about JSP (.NET guy here), and my JSP guy knows nothing about Flash, so we are at a bit of a stand still.

A few more details. The .swf is being hosted on a sub-domain that uses HTTP, and the jsp app resides on a sub-domain (same master domain) that uses HTTPS. Just wondering if that may be affecting this.

Any ideas out there?

Thanks in advance!

-Andrew

HITdrumHARD
04-20-2006, 10:08 PM
-UPDATE-

We removed the server-side app from http and it works now... so...
Is it possible to communicate between a flash client that is using http to a server-side script that is using https?