Question Updated for Bounty
In Flash I need to load a dynamically generated XML file, which is created using PHP.
I\'m using the [Bulk-loader librar
try put this code in the first line of you php file:
header ("content-type: text/xml");