Re: [flexcoders] flex on a cfm page

2009-09-28 Thread Jeffry Houser
maybe even redirects when the swf is being referenced directly - if that is possible). - Original Message - From: "Jeffry Houser" mailto:jeff%40dot-com-it.com>> To: mailto:flexcoders%40yahoogroups.com>> Sent: Tuesday, September 29, 2009 12:16 AM Subject: Re: [flexcoders]

Re: [flexcoders] flex on a cfm page

2009-09-28 Thread Muzak
right?] Not if you have an Application.cfm (or cfc) that checks credentials (and/or maybe even redirects when the swf is being referenced directly - if that is possible). - Original Message - From: "Jeffry Houser" To: Sent: Tuesday, September 29, 2009 12:16 AM Subject: Re: [fl

Re: [flexcoders] flex on a cfm page

2009-09-28 Thread Jeffry Houser
If people load the SWF directly, wouldn't that bypass any of the security mechanisms you are implementing in your CF code? "http://www.myserver.com/Myswf.swf"; will never load any CF code and will therefore never validate the users login credentials. [right?] It may not matter for your app

RE: [flexcoders] flex on a cfm page

2009-09-28 Thread Jake Churchill
I do it all the time and yes, just password protect the CFM template and the server will protect your SWF. If you are being SUPER secure, you might want to code a login form for both or share sessions or something like that but in general, this is fine. Jake Churchill CF Webtools 11204 Davenpo