Hi all,
I am having a problem accessing data my web service. I have added the swf file into my adobe security settings, however, it does not help at all. I have also set the crossdomain.xml file. Below are the details of the file.
Basically, I have 3 connections to the web service: 1 to populate my workcentre, 1 to populate my list of machines based on the workcentre selected, and 1 to populate the details.
I have 2 combo box (work centre and machine). If I exclude the 3rd connection, the swf file can populate my work centre. If I select a particular work centre, it can populate the machines combo box. I am a bit confused why it prompt me "cannot access external data" error when i added the 3rd connections. They are pointed to the same web service file.
Any comments will be appreciated here.
Thanks,
Harianto
<?xml version="1.0"?>
http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-http-request-headers-from domain="" headers="" secure="false"/>
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>