Hmm, really? I don't think that is correct. 
 
The source attribute is only used by the gateway to locate a CFC using a
logical mapping to directories/cfcs based on the package.leafname.
 
Are you mistaking this with the endpoint attribute which specifies the
location of the gateway?
 
Pete

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rchadgray
Sent: Wednesday, March 21, 2007 3:39 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: flash remoting



I have it figured out now. I found an article by Mike Chambers on 
flash remoting that explained things more.

http://www.adobe.com/devnet/coldfusion/articles/startremoting.html
<http://www.adobe.com/devnet/coldfusion/articles/startremoting.html> 

I got it working now. I had the cfc in the root of the site so i had 
to chance the source on the RemoteObject tag to:

source="remotingExample"

Now if this were an apollo app would and the app was running over on 
another computer somewhere. Would i just need to change source to:

source="http://demo.dev/remotingExample
<http://demo.dev/remotingExample> "

Thanks again Clint! I am learning slowly!



 

Reply via email to