|
Weather Web service (flex) - Part 2 |
In the first part of this article, we created the coldfusion back end (cfc's). The first thing we'll do in the Flex section is setup our initialize function which will call a Remote Object, to interface with the cfcs.
|
Weather Web service (cfc) - Part 1 |
Recently I've been experimenting with consuming public Web Services and interpreting them through a Flex front end.
So I thought a handy remoting service would be a weather forecast feed consumer.
|
Calling Javascript functions from Flex |
I've tried several different ways of using JavaScript and flex together, mostly by imbedding the JavaScript into an ActionScript method, and calling that, which in turn invokes the JS.
|
Flex to CFC - Contact Form |
Whilst first looking at flex as a means to connect up my coldfusion back end, to an RIA front all the tutorials etc were aimed at database integration and manipulation.