I put together this little walk through for the visual learners out there. We do the whole process of setting up AMFPHP to creating our server side objects and services. It is a really good thing to watch to get up to speed with Flash Remoting. We create a application called Flex Contacts, a desktop [...]
Have you ever wanted to be able to upload a file in Flex? Or how about download a file in Flex? Well I am going to provide the code to do just that. With Adobe Flex’s sandbox issues I could only get this to work inside Air, but working with the web browser I kept [...]
Here is a very good example of connecting to your WordPress powered blog via XML-RPC and with Adobe Air. Requirements Adobe Air Runtime Adobe Flex Builder AS3 RPC library Here is the link for the screencast. Permanent link to this post (38 words, estimated 9 secs reading time)
Here is a really quick fun thing I tried. I took Amfphp, Twitter and the Cairngorm and created an application. My hand started to cramp and I got really off target at the end. Check out the video here Permanent link to this post (40 words, estimated 10 secs reading time)
Have you ever wanted to create a really sophisticated application, well connecting to a external data source is just a must with all of the APIs that are available. The social bookmarking scene is one of the biggest movements of the web.
How would you like it to be able to connect to Del.icio.us API and grab all of your bookmarks or posts, well not just yours any one who has an account at Del.icio.us, that would be pretty cool wouldn't it?
When developers start building web applications with Flex or desktop applications with Air, you come to the point when you want to do more with your application. For instance if you are working for a company and you just got finished building a product manager for SandKicker clothing, and he decided since you did such [...]
Here is a very helpful script for creating a connection between your Flex/Flash application and amfphp. We are mimicking the available methods that are on our server. You could easily add methods to both ends to create more functionality. Code is used as follows: This is a preview of Adobe Flex – Amfphp Service Class. [...]
Here is a little thing that I made up for people using Flex/Flash and amfphp a little cheat sheet to use as a reference. I have two different versions of this: Is use without any framework and without a services-config.xml file in the compiler. Second version is for use with the Cairngorm Framework. These example [...]
Wednesday, October 15, 2008
10 Comments