Page Number: Page 1 of 1
Actual Results
- nicothezulu
- Forum: Flash and ActionScript Forum
- Topic: sendAndLoad don't work
- Subject: sendAndLoad don't work
- Replies: 10
- Views: 6578
- Subject: sendAndLoad don't work
Posted: July 1st, 2009, 5:13 pm
Yes, thats the solution 
- nicothezulu
- Forum: Flash and ActionScript Forum
- Topic: sendAndLoad don't work
- Subject: sendAndLoad don't work
- Replies: 10
- Views: 6578
- Subject: sendAndLoad don't work
Posted: June 25th, 2009, 6:24 am
Yepp, if anyone have this problem.... When the php script is not on same domain, you should use crossdomain.xml on that site. Example for that xml: <cross-domain-policy> <allow-access-from domain="*"/> </cross-domain-policy> I have the same problem, and i am working on th...

