RSS

Archive | XML RSS feed for this section

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

3. September 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...

Expanding the Flash Actionscript 3.0 Videoplayer

14. August 2008

98 Comments

Expanding the Flash Actionscript 3.0 Videoplayer

Alright, here's the second part of the video player tutorial. We will be adding the following new features: - Playlist support - Fullscreen support - Save volume - Clickable progress/volume bar

Continue reading...

Create a Flash Actionscript 3.0 Slideshow with XML

23. July 2008

107 Comments

Create a Flash Actionscript 3.0 Slideshow with XML

This tutorial shows you how to create a simple slideshow using as3/flash and xml

Continue reading...

How to build a contact manager in AIR using XML – Part 2

17. July 2008

9 Comments

How to build a contact manager in AIR using XML – Part 2

In this second, and final, part we'll be learning how to save and edit the file and how to setup the bindings between the xml and our component.

Continue reading...

Creating a Weather Widget with XML and Actionscript 3.0

16. July 2008

43 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...

Make your own Flickr search engine with Flash and Actionscript 3.0

21. June 2008

17 Comments

Make your own Flickr search engine with Flash and Actionscript 3.0

Flickr stores on their servers, photos form all their users around the world, and they have an open api so you could interact with it, and make your own developments, like PicNik.com, the photos online editor, where you could import your Flickr photos and make it look really cool. Now in this tutorial I'm gonna show you how to interact with the flickr data base, making your own photo search engine, looking for tags on the photos.

Continue reading...

How to build a contact manager in AIR using XML

24. May 2008

19 Comments

How to build a contact manager in AIR using XML

This will be the first part of our first tutorial: How to build a contact manager in AIR using XML. For the first part of this tutorial we’ll be reading, parsing and searching an XML into an AIR application and going through the whole getting it to compile and exporting a release version.

Continue reading...