Hey Matt, Yeah, I've installed the CF/Flex Connectivity, but it is still having trouble. I think the problem is that most of the installatin assumes that you're developing/deploying on the same server (everything is set to localhost), but we develop on our local pc's, test on the development server, and then eventually post it live to the production server. I think this is pretty standard, but I can't find any documentation on what to change to accomodate this.
Also, I think I'm on to something in my CFC post, but I need some clarification... http://groups.yahoo.com/group/flexcoders/message/33505 Thanks. --- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Do you have all the CF gateway stuff set up? There's a whole set of > components you need to install to get the connections to CF working. > They're written about on Labs. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Ryan Pieszak > Sent: Wednesday, April 05, 2006 1:47 PM > To: [email protected] > Subject: [flexcoders] Re: RemoteObject (Beta2) > > > > Thanks Matt, that had what I needed. > > I'm still having one issue. I'm getting the error: Couldn't establish a > connection to 'cfc.mySelect'. Not sure why. I'm trying to referene the > cfc the same way I would in CF. Here is the RemoteObject call I'm > using... > > <mx:RemoteObject id="myzs" destination="cfc.mySelect"> > <mx:method name="RJP"> > <mx:arguments> > <acctno>{acct.selectedItem.data}</acctno> > </mx:arguments> > </mx:method> > </mx:RemoteObject> > > What would I be missing that would cause that error? > > Or, how should I reference it differently? > > Thanks, Ryan > > > --- In [email protected], "Matt Chotin" <mchotin@> wrote: > > > > Have you read the RPC components chapters in the docs? I believe > > they're pretty up-to-date. > > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] > On > > Behalf Of Ryan Pieszak > > Sent: Friday, March 31, 2006 1:35 PM > > To: [email protected] > > Subject: [flexcoders] RemoteObject (Beta2) > > > > Can somebody point me to an updated, complete explanation on how to > use > > RemoteObject? I can't seem to find any recent and thorough > > documentation on it. Thanks. > > > > > > > > > > > > -- > > 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 > > > > > > -- > 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 > > > > * Visit your group "flexcoders > <http://groups.yahoo.com/group/flexcoders> " on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > ________________________________ > -- 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/

