RSS

Tag Archive | "Webservices"

Learn How-to Create Flash Components using Actionscript 3.0, XML and Flickr API

Wednesday, April 22, 2009

49 Comments

Learn How-to Create Flash Components using Actionscript 3.0, XML and Flickr API

This tutorial will allow you to learn to create custom Flash Components using Actionscript 3.0. I have opted an image gallery component where we would show thumbnails of various images and user could see respective enlarged image by clicking any of the thumbnail. I have used FlickR image search to show various images using this component.

Continue reading...

Creating an AIR RSS Reader Application from Scratch with Flex and PureMVC

Monday, April 13, 2009

11 Comments

Creating an AIR RSS Reader Application from Scratch with Flex and PureMVC

Adobe AIR counts already with over 100 million deployments which represents the importance of this development tool nowadays. Nevertheless still some to get introduced to it and start creating their own applications. In this tutorial you will learn how to create an AIR application a bit different on what we have shown before. I mean, we will be showing how to create a RSS Reader with AIR and PureMVC.

Continue reading...

Creating a AIR Web Service Package with Flash and Actionscript 3.0 – Base Service Class And Simple Twitter API

Wednesday, September 3, 2008

7 Comments

Creating a AIR Web Service Package with Flash and Actionscript 3.0 – Base Service Class And Simple Twitter API

In this series of tutorials, you will learn the basics of architecting a simple but powerful Web Services Package. We'll start off by creating a class which will be the base of all our services and then continue to create a very simple Twitter API.

Continue reading...

Creating a Weather Widget with XML and Actionscript 3.0

Wednesday, July 16, 2008

44 Comments

Creating a Weather Widget with XML and Actionscript 3.0

In this tutorial I'm presenting you a little weather widget, that could come handy for travel websites, or our personal page. If you make some changes on the code, you could show a different interface on your website, according to the weather on your city. Pretty cool stuff. We gonna connect weather.com XML data file with our flash widget. Weather.com offers us a free service to do that.

Continue reading...