RSS

Tag Archive | "adobe"

Make your own Flickr search engine with Flash and AS3

Saturday, June 21, 2008

12 Comments

Make your own Flickr search engine with Flash and AS3

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

Create a Flickr Viewer using Flex

Tuesday, June 17, 2008

4 Comments

Create a Flickr Viewer using Flex

In this tutorial, you will learn how to integrate photos from Flickr in your Flex application, using as3flickrlib.

Continue reading...

Create a Card Flip Effect For Flash Player 10 using ActionScript 3

Wednesday, June 11, 2008

16 Comments

Create a Card Flip Effect For Flash Player 10 using ActionScript 3

It surprises me that one of the most commented upon and downloaded classes from my blog is a card flipping effect. With that in mind, I thought it might be an interesting exercise to recreate this effect targeting Flash Player 10. As of the writing of this article, Flash Player 10 Beta (Astro) and the corresponding API documentation have been released. This article will step you through the classes used to achieve a card flipping effect using the new rotationY property that exists in Flash Player 10.

Continue reading...

How to build a contact manager in AIR using XML

Saturday, May 24, 2008

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