upload this proxy.php to your server -
PHP Code:
<?php
$dataURL 
"http://www.otherdomain/some.xml";
readfile($dataURL);
?>
and load the php file into to your movie -
Code:
verTime = new Date().getTime();
feed = "http://www.yourdomain/proxy.php?";

myXML.load(feed+verTime);