all groups > flash data integration > february 2007 >
You're in the

flash data integration

group:

LoadVars - sendAndLoad() over https.


LoadVars - sendAndLoad() over https. ivanmoen
2/20/2007 12:00:00 AM
flash data integration:
I am having problems with loadVars over https. What I am trying to do is
sending credit card information from a flash store to a PHP-script on a server
over https, and the PHP-script should return a reply. (So I am using the
LoadVars sendAndLoad command). The problem is that the reply I get from the
script is empty. If I try the same over http, it works fine.

Can anybody please help me?

Re: LoadVars - sendAndLoad() over https. MotionMaker
2/20/2007 12:00:00 AM
Might be a Flash cross domain issue.


Re: LoadVars - sendAndLoad() over https. ivanmoen
2/20/2007 12:00:00 AM
Re: LoadVars - sendAndLoad() over https. MotionMaker
2/20/2007 12:00:00 AM
Not sure but it still may require a crossdomain file or a System.security
setting

[http://livedocs.macromedia.com/flash/8/main/00001625.html

L=Cross-domain and subdomain access between SWF
files]http://livedocs.macromedia.com/flash/8/main/00001618.html


Re: LoadVars - sendAndLoad() over https. ivanmoen
2/20/2007 12:00:00 AM
Ok. Can you help me out? My crossdomain.xml looks like this:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy >
<allow-access-from domain="*" />
</cross-domain-policy>
AddThis Social Bookmark Button