I saw flexSpaces+Air project. But internally I saw a HTTPService doing all the connection. But I want to use WebServices. Anyone know where can I found a tutorial or guide about Alfresco webServices?
For Alfresco specific SOAP Web Services 1. info on Alfresco soap web services http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services 2. you can use the File / Import Webservices / wsil to generate ActionScript code in FlexBuilder 3. In FlexSpaces you could use this generated code to swap in different delegates in the control/delegates layer (and change what delegates the control/command layer calls)
For using CMIS SOAP web services with Alfresco and other CMIS servers with Flex+Browser and Flex+AIR 1. Look at what I did in CMIS Spaces, which works in Flex with both rest atom and SOAP webservices (used the FlexBuilder import to generate the actionscript code for the cmis soap webservices but had to tweak the code)