my host is
http//test/
when I use the following code
echo renderChart($FusionCharts,http://test/1234.xml, "", "", "$report_width", "$report_height", false, false);
It's ok ,
but if I change the second parameter into http://127.0.0.1/1234.xml
then the xml data can not be loaded in the flash ..
In fact I can access the url in my browser .
so is there anyone knows how to fix this problem .
any help would be appreciated..