Without CF running locally its really hard to test.  I think most  
Flex/CF dev's are running CF locally then move to production.

Do you have access to mapping on the server?  I would start simple by  
placing a simple cfc that returns a string into the root and try call  
that from flex and retrun a string once you get the setup I would  
request a mapping so you can package your cfcs.

The source attribute on the remote object is the path to the cfc  
following mappings in Johns example.  ie com.company.user is mapped  
to the com mapping /company/user.cfc this is not the only way but its  
my preferred way.

I think with Flex 3 to convert the server type you may need to  
recreate the project as it imports some extra information and just  
move the file across from the old project.

If you get page cannot be found then you will have to ask then to  
turn on remoting hopefully they will.

Paul.


On 30/05/2009, at 9:53 AM, James Thompson wrote:

>
> Paul,
> I did not select Coldfusion. I can go back and adjust that. I do  
> not have
> Coldfusion running locally. I would like to avoid that since the  
> Coldfusion
> server I will be using isn't local.
> Does the project need to be in the same directory path as my CFC? I  
> tested
> to see if the flash remoting was turned on. I was given a 'Page  
> Can't Be
> Found' so I guess I need to contact them to have the remoting  
> turned on.
>
> On Sat, May 30, 2009 at 8:48 AM, Paul Kukiel <[email protected]>  
> wrote:
>
>>
>> Hi James,
>>
>> When you created teh project did you select the Application type as
>> coldfusion?.  This adds some extra compiler arguments where the
>> ColdFusion destination is read from.
>>
>> Do you also have ColdFusion running locally?
>>
>> Paul.
>>
>>
>> On 30/05/2009, at 9:47 AM, James Thompson wrote:
>>
>>>
>>> Hey John,
>>> That example did not work for me. Let's see if I can give you more
>>> info
>>> about the project.
>>> I am developing on my local machine with Flex Builder 3.0. My CFC
>>> resides on
>>> a remote server. I am trying to call methods on that CFC and use
>>> the data in
>>> my Flex project.
>>> I am getting an error that the destination 'Coldfusion' does not
>>> exist or
>>> does not have channels configured. Is that something I need to have
>>> the
>>> hosting company look into?
>>> Is that a Coldfusion issue or a  Flex issue?
>>>
>>> Thanks
>>>
>>> On Fri, May 29, 2009 at 7:10 PM, John Barrett <[email protected]>
>>> wrote:
>>>
>>>>
>>>> Hi James,
>>>> Is this what you are looking for?
>>>> This method does work on a shared server.
>>>>
>>>> Check out my blog post:
>>>> http://blog.meleana.info/?p=196
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4591
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to