|
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.
|
Javascript Select - jump to url |
This is a pretty simple javascript function that I use quite a lot. I normally end out saving the code into a code snippets directory somewhere, but keep loosing it, so I'm adding it here.
|
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.