Re: [flexcoders] sandbox error

2007-05-28 Thread Bjorn Schultheiss
ent: Monday, May 28, 2007 2:00 AM Subject: Re: [flexcoders] sandbox error I'm not quite sure what it is you're doing, but it sounds like you're talking directly to mysql over a socket connection. I'd be very careful in doing so in that all of your mysql authentication info

Re: [flexcoders] sandbox error

2007-05-28 Thread li.wen
ders@yahoogroups.com Sent: Monday, May 28, 2007 2:00 AM Subject: Re: [flexcoders] sandbox error I'm not quite sure what it is you're doing, but it sounds like you're talking directly to mysql over a socket connection. I'd be very careful in doing so in that all of your

Re: [flexcoders] sandbox error

2007-05-27 Thread John Robinson
I'm not quite sure what it is you're doing, but it sounds like you're talking directly to mysql over a socket connection. I'd be very careful in doing so in that all of your mysql authentication info is included in the swf file. The swf can be easily decompiled and your database compromised

[flexcoders] sandbox error

2007-05-27 Thread li.wen
Hello all, I am using flash.net.Socket class to connect mysql database. And I always meet sandbox violation error. I have some questions regarding this problem. 1) When I develop the flex application and mysql database (localhost:3066 is used) in same machine, there is no sandbox violation box