|
Rogerio, http://pop3.domain.com/crossdomain.xml http:// domain.com/application.swf //Can talk to pop3.domain.com if domain.com is listed in
crossdomain.xml http://www.domain.com/application.swf //Can talk to pop3.domain.com if www.domain.com is listed
in crossdomain.xml In http://pop3.domain.com/crossdomain.xml
you can use wildcards to denote all subdomains are supported like so:
*.domain.com or simply * to allow any domain to talk to the server. I think about crossdomain.xml like a permission slip. For
my SWF file to talk to pop3.domain.com, pop3.domain.com must permit me to
access it. The server controls who can talk to it. The crossdomain.xml file
states this policy. The crossdomain.xml file can also be located on any URL if
your SWF files uses system.Security.loadPolicyFile(url) method. Ted Patrick Flex Evangelist Adobe Systems Incorporated From: Hi Folks, On 8/25/06, Dirk
Eismann <[EMAIL PROTECTED] Don't have the correct syntax in front of me, but it
should also be noted that by calling System.loadPolicyFi
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] POP3 by Socket Ted Patrick
- Re: [flexcoders] POP3 by Socket Rogerio Gonzalez
- RE: [flexcoders] POP3 by Socket Ted Patrick
- RE: [flexcoders] POP3 by Socket Ted Patrick

