Flash Remoting and ColdFusion
  Home FAQ Contact Sign in
macromedia.flash.flash_remoting only
 
Advanced search
POPULAR GROUPS

more...

... media.flash.flash_remoting Profile…
 Up
Flash Remoting and ColdFusion         


Author: 3Deviants
Date: Mar 7, 2007 13:37

I'm trying to implement some Flash Remoting in a Flash project to talk to a
ColdFusion MX 7 back end. My code to see if it's working or not is really
really simple:

My actionScript:
import mx.remoting.Service;
var myCFCService = new Service("http://192.168.1.199/flashservices/gateway",
null, "admin.components.test", null, null);
myCFCService.test();

My coldFusion CFC:






My CFC exists in the admin/components directory of the web root of my testing
server which is at 192.168.1.199 and is called test.cfc. My T.TXT file exists
and is currently empty on the root of the C:\ drive.

Can anyone tell me why the CFC doesn't DO anything when it's called?
1 Comment
Re: Flash Remoting and ColdFusion         


Author: 3Deviants
Date: Mar 7, 2007 13:52

And by "doesn't DO anything" I mean that when I run my SWF, it doesn't give me
any connection errors or the like, so I think the Flash is talking to the CFC
just fine. There are no timestamps in my t.txt file though, which is all the
CFC does.
no comments

RELATED THREADS
SubjectArticles qty Group
Harmony Remote og Apple Remotedk.edb.mac ·