Closed GoogleCodeExporter closed 9 years ago
I'm not sure if this is an issue with remote mysql access or in assql; I am
checking
into both potential issues.
Original comment by will.per...@gmail.com
on 21 Jun 2008 at 4:47
As of flash player 9.0.124.0 even connections connecting to the same domain
name need
a policy file server.
Please read the security page for more information.
http://code.google.com/p/assql/wiki/SecurityInformation
Original comment by macl...@gmail.com
on 22 Jun 2008 at 11:32
Sorry; the problem ended up being from my hosting company's server not being
compliant with the port 843 socket policy file request (getting my hosting
company to
comply with that will be a whole other story...)
Original comment by will.per...@gmail.com
on 22 Jun 2008 at 11:45
Ah yes.
If they do not end up getting port 843 setup properly, you can also setup the
policy
server using a different port, then onCreationComplete you can load the policy
file
from a different port by specifying the url.
Let me know how it goes.
Original comment by macl...@gmail.com
on 22 Jun 2008 at 11:58
Original comment by macl...@gmail.com
on 23 Jun 2008 at 12:00
Original comment by macl...@gmail.com
on 23 Jun 2008 at 12:01
Do you have an example of how to do this? I looked at the PHP daemon example
but am
unsure how to actually set up the Actionscript code to use that instead of
doing the
default behavior looking for the policy file.
Original comment by will.per...@gmail.com
on 23 Jun 2008 at 12:01
Original comment by macl...@gmail.com
on 23 Jun 2008 at 12:01
Original comment by macl...@gmail.com
on 23 Jun 2008 at 12:03
I do believe in actionscript you call
"Security.loadPolicyFile("http://mydomain.com:845");"
I am not 100% sure, but its something like that. You cannot however use port 80
because flash player only sends "<policy-file-request />\0" to the port, and
expects
the policy file to be returned.
Original comment by macl...@gmail.com
on 23 Jun 2008 at 12:05
Isn't this what is used to load the crossdomain file though? Does it try to
load
both files from the same port?
Original comment by will.per...@gmail.com
on 23 Jun 2008 at 12:11
I think when you specify a port, it knows to load the socket policy file.
Original comment by macl...@gmail.com
on 24 Jun 2008 at 4:04
Original comment by macl...@gmail.com
on 24 Jul 2008 at 12:37
Original issue reported on code.google.com by
will.per...@gmail.com
on 21 Jun 2008 at 3:15