[flexcoders] FlashPlayer security puzzle

2006-09-26 Thread Dima Ulich
Hello FlexCoders,         I've been struggling with flash security matters for some time now. I have a php socket server, which is used both by php server and Flex Application. My php application does some heavy work and sends feedback to socket server so a user could know what's happening in a

RE: [flexcoders] FlashPlayer security puzzle

2006-09-26 Thread Tracy Spratt
Do you know about the crossdomain.xml security policy file?   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dima Ulich Sent: Tuesday, September 26, 2006 7:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FlashPlayer

RE: [flexcoders] FlashPlayer security puzzle

2006-09-30 Thread Matt Chotin
we document for the xml file.   HTH, Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday, September 26, 2006 8:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FlashPlayer security puzzle   Do you

Re: [flexcoders] FlashPlayer security puzzle

2006-10-01 Thread Dima Ulich
unday, October 1, 2006 5:47:43 AMSubject: RE: [flexcoders] FlashPlayer security puzzle If you debug your server you’ll see that the first request coming from the player is something like .  You need to react to that by returning the crossdomain xml syntax that allows access to the domain where the SWF