dont confuse the XML socket object with the XML object. The XMLSocket
object is used for two way communications and allows the server to push
data to the flash movie. this is normally used for things like chat and
multiplayer flash games.

in most cases, you want to use the XML object, which uses standard HTTP
/ HTTPS to send and load XML to and from the server.

so, if you are using SSL, then all of the communication between flash
and the server will be encrypted if you use:

LoadVars
LoadVariables
XML (Object)

hope that helps...

mike chambers

[EMAIL PROTECTED]

> -----Original Message-----
> From: Jon Hall [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, June 11, 2002 5:21 PM
> To: CF-Talk
> Subject: Re: Secure Flash?
> 
> 
> Thank you very much for that. I have another question now 
> though :) I'm not
> very Flash literate at this point, and am just gathering info 
> right now, so
> bear with me.
> Since the XML socket stuff is not secure, in order to transmit secure
> information from the Flash application to the server I would 
> need to send
> information with the ActionScript URL functions, basically 
> doing http gets
> right? I do understand the bit about implementing a hashing algorithm,
> leaving that out for this moment.
> 
> Thanks for your help
> 
> jon
> 
> ----- Original Message -----
> From: "Mike Chambers" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 11, 2002 4:44 PM
> Subject: RE: Secure Flash?
> 
> 
> > if the flash movie is loaded over an SSL encrypted connection (via
> > HTTPS) and is playing in an SSL enabled browser, then all 
> communications
> > between the flash movie and the server will also be encrypted.
> >
> > btw, this is discussed in the:
> >
> > Macromedia Flash MX Security Whitepaper
> > http://www.macromedia.com/desdev/mx/flash/whitepapers/security.pdf
> >
> > hope that helps...
> >
> > mike chambers
> >
> > [EMAIL PROTECTED]
> >
> > > -----Original Message-----
> > > From: Jon Hall [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, June 11, 2002 3:17 PM
> > > To: CF-Talk
> > > Subject: Secure Flash?
> > >
> > >
> > > Does Flash have a way to tranport data across SSL? I've
> > > looked and couldn't
> > > find anything, which usually means no, but just in case...
> > >
> > > jon
> > >
> > >
> > 
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to