Hi everyone,
I’m working on a small RSS Reader thingy right now and I’ve came up to a pretty brick-wall problem.
I’m printing the rss data with a very simple PHP as follow (proxy.php) :
<? php readfile($_GET[FeedAdress]) ?>
So I can do something like this :
“proxy.php?FeedAdress=http://www.ventilate.ca/?feed=rss2”
Everything works when I browse the swf file from my local server, but when I embed it in a HTML, I get this #2048 error. No more info.
This is pretty weird…
Thanks for your help! :yoshi: