On 10/3/05, yaagcur <[EMAIL PROTECTED]> wrote:
> Thanks for the suggestion. I'll do a search. The call is to a remote
> site and I'm getting an error
>
> *** Security Sandbox Violation ***
>         at (Frame 1 of Layer Name Layer 1:2)
> Connection to http://www.majorleaguecharts.com/flashservices/gateway
> halted - not permitted from
> http://localhost:8888/samples/explorer/data/myRemoteObjectDemorevised.mxml.swf?networkCapturePort=7777
>
> which suggests that may be the problem? I would have to switch
> connection to my own CF server by the look of it where I have control
> of that file
>

Yes, it looks like it's the missing crossdomain.xml that's giving you
trouble. Save the below as crossdomain.xml in the web root of the
*ColdFusion server* and give your call another shot:

<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
</cross-domain-policy>

For details as to why you need this file, he's an excellent blog
post/slide show explaining the concept:

http://www.martijndevisser.com/archives/000056.php

Regards,
Dave.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to