Kumar,
This is a security violation of a basic Flex rule: "you can not 
access to url coming from other domains than those where the swf 
comes from"
That is, your swf comes from "localhost" and you are trying to access 
to "rss.news.yahoo.com"... this is not allowed by default.

You would have to put your swf or a cross-domain file 
under "rss.news.yahoo.com". Most of the time you can not perform none 
of above things and, in that case, you will need a "proxy" on your 
own backend server that access directly to "rss.news.yahoo.com".

I think that FDS 2.0 has such kind of http proxy.

Hope this helps
Regards


--- In flexcoders@yahoogroups.com, "KP" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> 
>  
> 
> I get following error when I try to access news rss from the dotnet
> application in which I have embed the flex SWF file.
> 
>  
> 
> *** Security Sandbox Violation ***
> 
> Connection to http://rss.news.yahoo.com/rss/topstories halted - not
> permitted from http://localhost:1008/mxml/signlet_04432006051233.swf
> 
>  
> 
>  
> 
> Can some one suggest a quick solution on this.
> 
>  
> 
> Thanks,
> 
> Kumar
>


Reply via email to