Re: [flexcoders] Security question

2009-10-09 Thread Jake Churchill
crossdomain.xml policy files On Fri, Oct 9, 2009 at 2:07 PM, Christophe wrote: > > > Hello, > > What is the protection against the use of my swf application on another > website by a hacker with a copy of the swf file ? > > Thank you, > Christophe, > > >

[flexcoders] Security question

2009-10-09 Thread Christophe
Hello, What is the protection against the use of my swf application on another website by a hacker with a copy of the swf file ? Thank you, Christophe,

RE: [flexcoders] security question...testing locally while loading remote swfs

2008-05-22 Thread Alex Harui
AFAIK, you have to deploy to a server. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Thursday, May 22, 2008 11:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] security question...testing locally while

[flexcoders] security question...testing locally while loading remote swfs

2008-05-22 Thread Rich Rodecker
I'm running into a little bit of a wierd situation while testing my project. When I debug the app, the main app swf loads in a swf from a remote URL. I know that the sandboxType is going to be different for the main app swf (which would be local trusted) than the remote swf (which would be remote

Re: [flexcoders] Security Question

2006-08-07 Thread hank williams
f hank williamsSent: Monday, August 07, 2006 9:37 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Security Question On 8/7/06, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: My company is releasing its first external facing Flex application it is used by ou

RE: [flexcoders] Security Question

2006-08-07 Thread Dimitrios Gianninas
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Monday, August 07, 2006 9:37 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Security Question On 8/7/06, Dimitrios Gianninas <dimitrios.gianninas@optimalpayments.com> wrote: My company is rel

Re: [flexcoders] Security Question

2006-08-07 Thread hank williams
On 8/7/06, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: My company is releasing its first external facing Flex application it is used by our clients to updates various types of information. Yes someone could create an application to simulate the Flex app, so here are the two things t

RE: [flexcoders] Security Question

2006-08-07 Thread Dimitrios Gianninas
RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Monday, August 07, 2006 8:00 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Security Question I am curious about the security issues associated with

[flexcoders] Security Question

2006-08-07 Thread hank williams
I am curious about the security issues associated with sending commands from flex to a remote database. As I write code to send commands to the server, I am wondering how secure it is to do so. In other words. If I want to send a command to the server to update a field in the database, how easy is