Geoff from fullasagoog was kind enough to put a crossdomain policy file on his server which allows us to connect to his public webservice using the WebServiceConnector component in Flash MX 2004 Professional.
I did a quick example using the UI components and databinding, it’s really quite cool … you can whip up little apps like this in under five minutes. The example connects to the webservice, fills the ComboBox component with all blogs that fullasagoog aggregates and gives the description for the selected item. Nothing fancy to it, in fact the only line of code I needed to type was: myWebservice.trigger();
3 Comments
That’s cool :) There’s a lot of things that you can do in MX2k4 without typing any code … like bork bork bork : http://blog.web-rat.com/archives/000178.cfm
~Todd/webRat@US
you didn’t even have to type that one line of code, if you used the Behavior -> Trigger Data Source. :)
webserviceX have put a crossdomain policy file on their server as well :) http://www.webservicex.net/WS/default.aspx
http://www.webservicex.net/crossdomain.xml