Greg, where do I send the check? :-) It did work, although I had to tweak a little... the "CFIDE.samples.Phones.CF.Catalog" path is hard-coded all over the place and I used a different path. Ben also forgot a file in his instructions (you have to copy over the Thumbs.mxml file too) but that was obvious and I got it working. Now I get to take it apart and learn how to plug RemoteObjects into my own projects.
Thanks Greg!! Darren >From: "greg h" <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: [email protected] >Subject: Re: [flexcoders] RemoteObject Setup >Date: Wed, 6 Sep 2006 09:04:45 -0700 > >Darren, > >No problem. You will just create a duplicate directory structure and file >in your deploy directory. And it really is just the file >services-config.xml. So you create: >wwwroot\WEB-INF\flex\services-config.xml > >Could you try deploying Ben's Phone Selector Sample Application on your >hosted account and see if this works? (fyi ... Be sure to confirm they are >running CF 7.0.2.) > >I have CF behind Apache and the remoting/RemoteObject work fine. > >If you run into any problems, please post back. > >hth, > >g > > >On 9/6/06, Darren Houle <[EMAIL PROTECTED]> wrote: >> >> Actually Greg I do have a question. >> >>I downloaded the zip (thanks!) and started in on the instructions but hit >>a problem right away... >> >>Step 2 says "Create a folder named Phones in the CFIDE/samples folder >>(under the web root). If a folder named samples does not exist under your >>CFIDE folder, create it. Note: You must place the application (both the >>ColdFusion and Flex bits) under the Web root." >> >>Here's my dilema... It says the "Web root" must have a WEB-INF/flex folder >>under it, and by default this is under C:\CFusionMX7\wwwroot. But if I >>build >>an app using RemoteObjects and I have to place code there how will I >>deploy >>this to a hosting provider? They don't allow access to that directory on >>their shared plans. I only have access to the "web root" of my website, >>not >>the web root of the CF server itself. >> >>Am I misunderstanding, or... is there a way around this, or... is this a >>limitation of RemoteObject, or...? >> >>Thanks! >>Darren >> >> >From: "greg h" <[EMAIL PROTECTED] <flexsavvy%40gmail.com>> >> >Reply-To: [email protected] <flexcoders%40yahoogroups.com> >> >To: [email protected] <flexcoders%40yahoogroups.com> >> >Subject: Re: [flexcoders] RemoteObject Setup >> >Date: Tue, 5 Sep 2006 14:36:39 -0700 >> >> > >> >Darren, >> > >> >You might want to check out Ben Forta's article up on DevNet on "Using >> >ColdFusion with Flex: Creating and Running a Phone Selector". >> >www.adobe.com/devnet/flex/articles/coldfusionflex_part3.html >> > >> >Ben's article provides a zip file and detailed instructions. All files >> >needed are provided for installing: >> > >> > - a CFC that reads an XML file >> > - Flex 2 MXML files that use <mx:RemoteObject> to call the CFC which >> > returns text that is presented in the Flex 2 app along with appropriate >> >gif >> > images. >> > >> >Altogether, it is a pretty simple, straightforward starter application. >> > >> >If you can get Ben's Phone Selector application working, then you will >>have >> >a working Flex 2/CF configuration, and a working application that you >>can >> >model your own applications on. >> > >> >Please post back if you encounter any problems, or if this sample >> >application is not consistent with what you are looking for. >> > >> >hth, >> > >> >g >> >> >> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

