lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

Cross domain sandbox violation in Flash Player 9.0.124 #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Flash Player 9.0.124
2. Run a SWF off of your local host server that connects through ASSQL

What is the expected output? What do you see instead?
You get this error:
"Error #2044: Unhandled sqlError:. text=SQL Error #0: Error #2048: Security
sandbox violation: http://localhost/index.swf cannot load data from
localhost:3306."

What version of the product are you using? On what operating system?
Beta 2.4
Windows Vista

Please provide any additional information below.
I have not yet tested on an actual server but so far, because of the
security updates in the new flash player, I am sure you will get the same
error. ASSQL worked perfectly until I updated Flash Player from 9.0.115 to
9.0.124.
Currently, I don't know of if you can load a crossdomain.xml file to the
mySQL server.

Original issue reported on code.google.com by bboyl...@hotmail.com on 15 Jun 2008 at 6:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 16 Jun 2008 at 10:31

GoogleCodeExporter commented 9 years ago
As of Flash Player 9.0.124.0, socket's require a socket policy file to be 
served from
port 843(TCP) from the domain you are trying to connect to.

Please read this page for more information:

http://code.google.com/p/assql/wiki/SecurityInformation

Original comment by macl...@gmail.com on 16 Jun 2008 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 16 Jun 2008 at 10:32

GoogleCodeExporter commented 9 years ago
How would you go about setting that up on a wamp server on windows? I've been
searching and have found nothing.

Original comment by bboyl...@hotmail.com on 17 Jun 2008 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 24 Jul 2008 at 12:37