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

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";

Thanks again Clint!  I am learning slowly!

Reply via email to