There is anyu workaround for this?
See my problem: The hosting services here in Brazil do not provide access to the subdomain files. That means, I have access only to the main root of the domain.
Thanks again
Rogerio
Rogerio,
http://pop3.domain.com/crossdomain.xml
http:// domain.com/applicat ion.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: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Rogerio Gonzalez
Sent: Saturday, August 26, 2006 2:04 PM
To: [EMAIL PROTECTED]ups.com
Subject: Re: [flexcoders] POP3 by Socket
Hi Folks,
I have one doubt yet:
When the pop3 server is pop3.domain.com and I have only acess to the www.domain.com or domain.com.
That means: I will have http://www.domain.com/crossdomain.xml
It will work when I try to connect to pop3.domain.com ?
Meaning, again, subdomains are valid for the crossdomain on the "root" domain?
Regards!
Rogerio
On 8/25/06, Dirk Eismann <[EMAIL PROTECTED]> wrote:
Don't have the correct syntax in front of me, but it should also be noted that by calling System.loadPolicyFile( http://www.foo.com/some/nested/folder/crossdomain.xml) or somthing similar, Flash Player can load crossdomain files that do not live in the "root" of the server. Also, by using loadPolicyFile() the file does not even need to be named crossdomain.xml :)
Dirk.
__._,_.___
--
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
Software development tool Software development Software development services Home design software Software development company
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] POP3 by Socket Rogerio Gonzalez
- RE: [flexcoders] POP3 by Socket Ted Patrick
- RE: [flexcoders] POP3 by Socket Ted Patrick
Reply via email to

