I did not even think of flash vars, I will look into that. Thanks Simon!
Thank You Dan Vega On Mon, Jul 14, 2008 at 2:02 PM, Simon Bailey <[EMAIL PROTECTED]> wrote: > In a similar scenario for setting dynamic url strings I simply pass them > in via FlashVars or an external XML file. On app startup, send for the XML > URL or reach in and grab the FlashVars and then pass it to the relevant > class for assigning as the RO source. > > Simon > > On 14 Jul 2008, at 18:54, Dan Vega wrote: > > I have a quick questions about Remote Objects & ColdFusion paths. For the > latest project I am working on the development took place on my local > machine. I would have many remote calls similar to the following. > > <mx:RemoteObject id="Clients" destination="ColdFusion" > source="MyProject.src.cfc.Clients" showBusyCursor="true"> > <mx:method name="listClients" result="listClients(event)"/> > </mx:RemoteObject> > > The problem that I am running into is that when i want to push a release > build the source path is going to change. When its published the path looks > more like this > > +projectroot > +myproject > -myswf.swf > +cfc > -Clients.cfc > > > My question is what do others do about this. I know that in the web world I > could read a config file based on live or dev. The problem is that through > out this project I have really learned that I need to stop thinking in terms > of "basic web application development". > > Thank You > Dan Vega > [EMAIL PROTECTED] > http://www.danvega.org > >

