Does anyone know if it's possible to:
1. create a cfc object in application scope i.e. application.foo
2. then access a method of that cfc from within Flash i.e.
NetServices.setDefaultGatewayUrl("http://localhost/flashservices/gateway");
gatewayConnnection = NetServices.createGatewayConnection();
foo = gatewayConnnection.getService(??, this);
foo.bar();
Another alternative I was thinking of was to write a .cfm page that sets Flash.Results to application.foo.bar().
Any thoughts? OT?
