Topic: RSS Feed Problem

I have made a real basic RSS based word of the day component. It is working locally like a charm, but once I load it to Chumby.com the feeds won't work.

I don't think it is  a cross domain thing because they are rss feeds, so they should be readable from any server. Anyone already experienced something like this. Any tips from the pros I could use here?

Any help is appreciated. Thanks!

Re: RSS Feed Problem

Loading XML from another domain requires the crossdomain.xml file.

Re: RSS Feed Problem

I pulled the proxy php file on another server and it worked like a charm. I read the page that mentioned that, but for some reason I had it in my head that rss would be treated differently that xml (stupid really).

I submitted my widget to be public, hope it makes it.

Thanks!