[flexcoders] Flex and Socket policy file?

2010-07-14 Thread markflex2007
Hi, I am work with asSQL. and I need to do socket communication from Flex to MySQL. I have security problem now. I need set up Socket policy file, I do not have idea how to do this. Do I need change Flex code? Thanks Mark

Re: [flexcoders] Flex and Socket policy file?

2010-07-14 Thread Oleg Sivokon
Security files are served from the socket on the server side. You don't need to change flex code for that. Well, they are not precisely files, they are the content of the security file being sent over the socket in response to policy-file-request/. For more info see this: