Hrmm...I just wrote my first Flash app calling a CFC. Its just a proof of concept thing. From the way I understood the whole deal, you expose your CFC as a web service for Flash, or any app, to call. In this case, there is no conflict with the application.cfm in the HTML app version, correct?? Now, just where do you put CFCs exposed as web services in the dir structure for Flash to call them?? Is there a best practise on this? I tried placing a CFC under the custom tgas dir so that it would be exposed globally, but the Flash app couldn't see it.
Doug ...sorry I hiked your thread a little here... >-----Original Message----- >From: Todd [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 24, 2003 8:46 AM >To: [EMAIL PROTECTED] >Subject: RE: [CFCDev] Calling CFCs remotely and Application.cfm > > > >What you have to do is include the "Application.cfm" that was >before that >Application.cfm > >Example: > >/Application.cfm <-- enables session >/Test_Dir/Application.cfm <-- keeps people out of my CFCs > >Inside /Test_Dir/Application.cfm - you put: > ><cfinclude tempalte="../Application.cfm"> ><!--- Code to do bouncing here ---> > >~Todd > >At 08:46 AM 7/24/2003, you wrote: >>I suppose so, but that takes away the benefit of the >Application.cfm file >>doesn't it? >> >>Ade > > > >---------- >Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ >Team Macromedia Volunteer for ColdFusion >http://www.macromedia.com/support/forums/team_macromedia/ >http://www.devmx.com/ > >---------- > >---------------------------------------------------------- >You are subscribed to cfcdev. To unsubscribe, send an email >to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' >in the message of the email. > >CFCDev is run by CFCZone (www.cfczone.org) and supported >by Mindtool, Corporation (www.mindtool.com). > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
