Thanks for your reply, Dirk.

I've been able to get the projects to compile, and everything seems 
to run smoothly.  The only piece that doesn't work is the call to the 
CFC.  I get an 'unknown destinatin' error.

Do I need to set this up in the flex-enterprise-services.xml file, or 
is it something that is completely handled in the .mxml file?

I guess I'm just missing something on how the CFC are referenced.

Thanks for your help.

--- In [email protected], "Dirk Eismann" <[EMAIL PROTECTED]> 
wrote:
>
> Make sure that when you create your Flex 2 Project in Flex Builder 
to
> choose "ColdFusion Flash Remoting Service". 
> 
> In the next step for "Root folder" specify the remote directory 
where
> CF's WEB-INF folder sits, i.e.
> 
>   \\dev-machine\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\
> 
> in the field "Root URL" specify the URL where the remote CF webroot 
maps
> to, eg.
> 
>   http://dev-machine:8500
> 
> Before you can continue, hit "Validate Location" - this should give 
you
> a positive answer. In the next step choose any name for the project 
(eg
> "CFTest")
> 
> If everything is setup correctly, Flex Builder will create a folder 
with
> the same name as the project on the CF server. For the above 
example the
> URL will be http://dev-machine:8500/CFTest. All generated output 
will be
> automatically uploaded to the remote server.
> 
> That's pretty much it. If you run your Flex 2 app it should open 
from
> the remote server.
> 
> Dirk.
> 
> 
> > -----Original Message-----
> > From: [email protected] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak
> > Sent: Friday, April 07, 2006 2:51 PM
> > To: [email protected]
> > Subject: [flexcoders] Re: RemoteObject (Beta2)
> > 
> > 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.
> >
>










--
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/
 



Reply via email to