> -----Original Message----- > From: Paul Hastings [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 8:17 AM > To: CF-Talk > Subject: Re: How to access a CFC both locally and remotely? > > Rick Root wrote: > > Yes. I do this all the time. I have some CFCs that power both flash > > and standard web apps, and so the methods used by the flash apps get > > "remote" while the others get "public" or "private". > > well since you admitted this ;-) do your CFCs extend anything? i seem > not to be able to access a CFC that's extended from a base CFC via flash > remoting (CFC b extends CFC a, flash remoting to CFC b). i had to use > another CFC to talk to CFC b. is that "normal" or just my inexperience?
Are ALL the CFC's in the extension chain in a web accessible directory? If not then the "remote" access type bombs. I went through hell on this last week. ;^) Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215225 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

