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