Accessing an RSS feed in Flex, works when run from Flash Builder 4, but not when the project is onli
        Posted  
        
            by ben
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ben
        
        
        
        Published on 2010-05-09T06:35:43Z
        Indexed on 
            2010/05/09
            6:38 UTC
        
        
        Read the original article
        Hit count: 289
        
Hey guys,
In my Flex 4 app, I access an RSS feed (I'm using http://news.ycombinator.com/rss as a dummy). It works okay when I run it from Flash Builder 4, but if I export the project and upload it, I get the following error when it tries to load the RSS feed:
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: my_website_url cannot load data from http://news.ycombinator.com/rss.
What could be causing this error? Shouldn't RSS be able to be accessed from anywhere? Thanks for reading.
© Stack Overflow or respective owner