All the suggestions made by other commenters are correct... to
elaborate on that...

You're going to want to write CFCs (ColdFusion components) with
methods whose "access" attributes are "remote". This exposes your CFCs
to Flex.

Then you can use the Flex RPC components to call the CFC. The easiest
way IMO is to use Remoting/AMF which in Flex is the Remote Object
component.

There are many tutorials on Adobe's website that show the basics of
using Flex and ColdFusion together.

Good luck!

--- In flexcoders@yahoogroups.com, Sagar T <[EMAIL PROTECTED]> wrote:
>
> Hi guy's
> 
> I'm learning flex.... I have one question........ How to interface
with flex3.0 and coldfusion 8.0
> 
> 
> Thanks
> TGR
>


Reply via email to