| jonese 2005-04-22, 5:45 pm |
| Hey all,
I'm a CF developer just breaking into the Flash world and Flash Remoting.
I've got a ColdFusion Component (CFC) on my server that i'm able to=20
successfully consume with flash remoting but when i go to make subsquent=20
calls to the other functions within the CFC i get errors that certain=20
variables don't exist.
Basically the flow goes like so:
startup flash remoting
instantiate my cfc
call my first function (this function then calls an init function to setup=
=20
global variables for the CFC)
this displays a nice tree output of data, clicking on an item in the tree=
=20
calls my second function which returns those undefined variables errors:
So does the flash remoting server see each function call to my CFC as a ne=
w=20
request? thereby requireing me to always pass in those global vars?
jonese
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|