Hey All,
 
I've made a small flash remoting app and am having trouble getting it to work after copying it to another folder in the same directory.
 
What I've done is developed it in a test folder under the webroot, this folder contained the components/sample.cfc which i was using to get the thing going.  I then moved it to the main app where it is to sit.  I've copied the sample.cfc into the components folder of the main app, so now it has exactly the same directory structure except for the name.  But it doesn't connect???
 
here is my code.
 
this works
dataService = gatewayConnnection.getService("Development.test.components.sample", this);
 
this doesn't
dataService = gatewayConnnection.getService("Development.admin.components.sample", this);
 
I'm baffled
 
cheers
ben
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to