2 CF servers,but different remote object path for flash
I have 2 CF servers,but different remote object path for flex in each server.
Eg for one flex program in my dev server I define the remote object as follows
<mx:RemoteObject id="myService" destination="ColdFusion" source="cfide.flex.path_to_file" showBusyCursor="true">
But in my live sevrver I have to do this.
<mx:RemoteObject id="myService" destination="ColdFusion" source="path_to_file" showBusyCursor="true">
How can I make both the same?
