Adobe Flash Animation tutorials
In this tutorial I'm presenting you a little weather widget, that could come handy for travel websites, or our personal page.
Related Tutorials
Creating An XML Music Player Using AS3
This tutorial will teach you how to create an interactive music player powered by XML using AS3.
AS3 XML Slideshow Tutorial
Learn how to create cool slideshow using ActionScript 3.0 and XML.
Web service(US Weather)
After this tutorial you will be able to build an application that will check the weather for any area code.
Web service(US Weather)
After this tutorial you will be able to build an application that will check the weather for any area code.
Create a Dynamic Bar Graph Generator Using XML + AS3
In this tutorial, we'll create a bar graph generator using XML and AS3.
Creating a Twitter Widget in Flash
Learn how to create a simple Flash widget to show your latest updates on Twitter
A Simple XML-Based Searchable Database
This tutorial is about creating a simple to a limited extent searchable database with XML and integrating it into Flash. "XML is the phuture of the web", somebody once wrote to me and that is what I am learning wherever something is written about XML. There are a number of ways to parse XML such as XSL or javascript.
Creating a Grid Image Gallery in Flash Using AS3
This detailed tutorial will teach you how to create a powerful XML powered image gallery that lays out your thumbnails in a grid manner.
Creating an AS3 XML Video Player in Flash
This tutorial will teach you how to create a YouTube like Flash video player.
Hyperlinks in AS3
Learn how to create hyperlinks in AS3 by using the URLRequest and navigateToURL tag-team duo. It's hard to create an app of any real substance these days without creating hyperlinks that load a URL when the user clicks on them. These could just be links that open a new web page, launch your e-mail app for sending an e-mail, or any other type of crazy thing you would want to do with URLs. In this article, I will briefly show you how to use ActionScript 3.0 (AS3) to create a hyperlink
Creating an XML Slideshow in Flash
All the contents of our slideshow will be controlled through an XML file so that you can updated your images and their description without going back to your FLA, the XML file will also control the speed of the slideshow.
XML-Based Searchable Database (part 3): list matches, preloader and more...
This tutorial is part 3 of the tutorial series about creating a simple database with XML and integrating it into Flash. This part shows you how to do advanced search using more complex XML files.
Creating A Custom Cursor Using AS3
This tutorial will provide you with a step-by-step guide on how to create a custom cursor in Flash CS3 using AS3.
Flash Fluid Layouts And Stage Resize In AS3
This tutorial will teach you the very basic concepts for creating fluid layouts in Flash AS3.
Building an image-viewing widget with ActionScript 3.0
In this article, a simple image-viewing widget used to load, display, crop, and add a border around an image.
AS3 Flash Games for Beginners: Adding Library Objects to Stage with AS3
The initial steps to creating a flash game. Setting up a document class and using class to pull your graphics from the library into the game so they can be used with actionscript 3 code.
Working With XML
Sometimes you need to pass a flash file information. Perhaps you're making a flash-based photo gallery or an mp3 player. Maybe you want to use flash to parse server information. Whatever you need to do, it may make the most sense to use XML to pass your data to flash. Using XML is good because it's easy to parse as flash has built-in XML tools. In order to use an XML file, you need flash to do 2 things: read it and parse it. Here's an example of the code you'd need to read in an XML file (called info.xml) and parse it.
Flash 5 and XML
When Flash 5 came out, I was impressed by a lot of the new features Macromedia had put into their product, but none so much as the addition of the XML ActionScript object. The XML Object allows you to pull in xml data and display it within your flash movie. Take a look at my example below (I pulled the xml content from moreover.com. They have tons of free feeds to all kinds of free news and content).
Combo Box component in AS3 part 2
In this Flash tutorial you will learn how to use XML to load text and images by selecting the labels in the Combo box.
Creating an Advance Flash Image Gallery
This tutorial will teach you how to create an advanced scrolling gallery using XML. All of our assets will be dynamically loaded and the gallery could be fully customized using the XML file.
Movable XML Image Gallery
This tutorial will teach you how to create moveable XML Image Gallery. This is improvement of our existed XML Gallery. The pictures are loaded from external sources, XML.
Flash FAQ - XML packets and XPAth
The Flash-XML FAQ aims to provide a definitive source for common questions about Flash and its interaction with XML (and XML datasources).
Horizontal 3D Carousel in Actionscript 3
The procedure to get this done is by Creating an XML file with the image path and the link data in it. Then calling this xml data into flash. Placing the images in a 3D circle Providing the circular movement for the same Functions for 'on click' and 'on rollover'
A Simple XML-Based Searchable Database (part 2): URLs and Frame numbers
This tutorial is about adding URLs to buttons or frame numbers to ´gotoAndPlay´ or other actions using xml. The tutorial is a continuation of the previously published tutorial ´A Simple XML-Based Searchable Database´. The previous tutorial was about creating a database using XML. I will also discuss some parts of the script again and this time in more detail. In particular I want to point to one mistake in the previous tutorial. This tutorial requires FlashMX.
Using the Keyboard in AS3
Learn all about the KeyboardEvent and how to detect which key was pressed in AS3. With keyboards, because you have many keys to deal with, in most programming languages, you often have a few extra steps before you can detect which key was pressed. Don't worry, this tutorial will show you how you can use the keyboard and its keys in AS3.
Retrieve Data From XML File
Tutorial on how to load external source, XML, into your Flash movie. XML is widely used markup language that enable sharing of structured data across platforms.
Creating Web Links in AS3
Learn how to link to another webpage using ActionScript 3.
Magic 8 ball tutorial in AS3 part 2
In this tutorial you will learn how to use XML to display the responses in the magic 8 ball tutorial.
Loading XML data using ActionScript 3.0
ActionScript 3.0 provides new powerful methods for dealing with XML data that make it possible to easily filter and search the content of a XML file.
Flash XML processing
Flash XML processing is not a complicated task at all. In this article I will show you how to load and process XML files via actionscript.
Playing Sounds With AS3
This tutorial you will teach you all the basics you need to learn how to start playing local and external sounds in Flash using AS3.
XML Menu
This Flash tutorial will show you how to create buttons using xml for the text.
Dynamic masks using sprites in AS3
This Flash tutorial will teach you how to create dynamic masks using sprites in AS3.
Using Flash with Zinc v2.5 to Convert and Save a CSV file to an XML file
This tutorial will enable you to load a CSV of any size and convert it into XML data and then save that XML data to disk.
import Data from XML in a desired font Style.
This can be useful for importing the XML data to flash in a desired font style, you can use this code directly and you can change the labels in XML and keep your labels and its ready to use.
Creating Animations Using The AS3 Tween Class
The Tween Class lets you animate objects and move them around the screen without much of hassle.
AS3: Creating a Flash Preloader
This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0.
XML Table Constructor Kit
Learn how to dynamically generate a multi-column table using XML template file.
Simple Flash XML Photogallery
This tutorial you will have created a bare-bones flash photo gallery which will look something like this. The thumbnails, images and titles are loaded and setup dynamically with data provided by a xml file.
Halo 2 XML Application
This guide will teach you how to create a dynamic application to dispaly Halo 2 XML feeds from Bungie.net
 
Categories