No, but you can make a CFC to communicate with the stateful CFC? A Facade if you will.


~Todd

At 02:30 PM 7/29/2003, you wrote:
I'm sorry, I was more referring to how you would call it in Actionscript.

So typically, you'd call a CFC method like so:


NetServices.setDefaultGatewayUrl("http://www.mysite:8500/flashservices/gatew ay");


var gw = NetServices.createGatewayConnection();



var server = gw.getService("com.MyDataAccessComponent", this);



server.myQueryMethod();




but say this component was persisting in the session scope such that you
were calling it in CFM pages with
#session.MyDataAccessComponent.myQueryMethod()#


Is there a way you could call that persistent session scope CFC with Flash Remoting?



---------- 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).

Reply via email to