Hi, I have a query here regarding a Flex project. I am trying to see if there is a way to call my remote server cfc's from a project on my local computer under the following conditions:
(a) CF not installed on local computer but IS on remote server (b) Flex project NOT set up as a CF project The reason I ask is using the ol' flash remoting you could call CF using NetConnection e.g. public var gateway:String = "http:// localhost:8500"; and nc.connect(gateway); Now using RemoteObject I would like to achieve the above if possible. Is this achieved editing the services-config file? Any tips people? Cheers, Simon nutrixinteractive.com/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4909 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
