[flexcoders] Re: Flex Credit Card Processing

2008-06-13 Thread tspyro2002
Thanks Pat, I would be processing the payments via PHP as the rest of the site utilizes it and a mySQL DB. Is it enough then for the Flex app to be accessed via HTTPS - will this make it secure enough? Sorry if I'm asking stupid questions - although I have developed Flex applications in the

Re: [flexcoders] Re: Flex Credit Card Processing

2008-06-13 Thread Troy Gilbert
Flex using HTTPS is as secure (and is equivalent) to an HTML page using HTTPS. So, if you're basically creating the equivalent of an HTML FORM in Flex, then it's perfectly suite (and is equivalent as far as the backend is concerned) to doing the same thing in HTML. So, for example, if you use