flash RSSプロキシ させるべ

<?php
//header(“Content-Type: text/xml”);
$loadURL = “http://www.horimi.net/blog/?feed=rss2”;
readfile($loadURL);
?>