ActiveDen

AS3 RSS feed not working online

1236 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 50 and 99 items
  • United Kingdom
  • Referred between 200 and 499 users
LGLab says

Hi Guys,

I’m having an issue with an RSS reader I’m building. Everything was fine until I uploaded, and I get this error online:

SecurityError: Error #2028: Local-with-filesystem SWF file file:[...]cannot access Internet URL …

I’m no good with rss and I’ve read about cross domain, proxy etc…but can’t figure out what to do. This is in AS3 using URLLoader.

Any help appreciated.

Cheers

3 years ago
3678 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Brazil
  • Referred between 1 and 9 users
tsafi says
Hi Guys,

I’m having an issue with an RSS reader I’m building. Everything was fine until I uploaded, and I get this error online:

SecurityError: Error #2028: Local-with-filesystem SWF file file:[...]cannot access Internet URL …

I’m no good with rss and I’ve read about cross domain, proxy etc…but can’t figure out what to do. This is in AS3 using URLLoader.

Any help appreciated.

Cheers
once your .swf is live online, the sites hosting feeds might have restrictive that will prevent access from Flash files from other sites (like yours) . You’ll probably need to use a proxy.php file instead of linking directly to the feed URL . \ http://www.yoursite.com/proxy.php?url=http://your.com/rss/index.xml”>.

Just make your RSS local to your XML if you want to retrieve info from other web site no need for php, use Yahoo rss they support that to see how its done ,or amid it local to your XML ,you shouldn’t have problem with the cross domain.

3 years ago
1945 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 10 and 49 users
Emroni says

Had the same problem, check this thread

3 years ago
1236 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 50 and 99 items
  • United Kingdom
  • Referred between 200 and 499 users
LGLab says

Thanks guys, got it working now ;-)

3 years ago
by
by
by
by
by