Do you have a fault handler? Is it being called? Are you getting an error? What is it? When you say "...in the root server...", where exactly is that?
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ravi chandran Sent: Friday, March 02, 2007 7:58 AM To: [email protected] Subject: [flexcoders] cannot loading data from database hello friends i am new to flex i have developed one sample appn in flex using php and mysql as a backend , now i can get the values from the database and show in to the data grid. but i can only see that data in the grid.(http://192.168.1.2/flex/bin/example.html <http://192.168.1.2/flex/bin/example.html> ) in my system which i developed the appln. if i open this page (http://192.168.1.2/flex/bin/example.html <http://192.168.1.2/flex/bin/example.html> ) in another system, i cant able to see the data , only grid is showing.. i have also placed the crossdomain.xml file in the root server <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd <http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd> "> <cross-domain-policy> <allow-access-from domain="*" secure="true" /> </cross-domain-policy> i dont know why this error is coming.. if anybody knows pls let me know ,it will be greatful. from ravi __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ <http://in.answers.yahoo.com/>

