Related Tutorials
Creating an AS3 XML Video Player in FlashThis tutorial will teach you how to create a YouTube like Flash video player.
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.
AS3 XML Slideshow Tutorial
Learn how to create cool slideshow using ActionScript 3.0 and XML.
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 Weather Widget with XML and AS3
In this tutorial I'm presenting you a little weather widget, that could come handy for travel websites, or our personal page.
Actionscript 3 based Mini Audio player / MP3 player in Flash
We will be covering a lot of topics whilst creating mp3 player, topics include, List Component Loading external XML data to list component Sound, Sound Channel and Sound Transform class Add Event Listener method FLV Components, such as Play / Pause / Stop / Mute / Back button / Forward button / Slider. Volume Control
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.
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.
Creating a Basic Audio Box in Flash
This tutorial will teach you how to create an extremely simple music box in Flash with very little scripting. You can use this music box in your blog, in a forum, a portfolio, personal webpage, etc. I used this in my blog, I think that it gives it this atmospheric feeling to the blog, and it's cool to have one anyway! Our music box is going to be extremely basic, will contain two buttons and two frames: Play and Stop. You press play, the music starts, press stop and the music stops as well.
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.
Flash Fluid Layouts And Stage Resize In AS3
This tutorial will teach you the very basic concepts for creating fluid layouts in Flash AS3.
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.
Create your Own Music Player in Flash
Introduction to the Sound Channel Class in ActionScript
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.
Creating a Flash platform game with Flixel and Flex - Squishing the player
In this tutorial we address some of the limitations with the moving blocks by allowing the player to get squished.
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.
Transferring data across domains using crossdomain.xml
In many occasions you might want a SWF to be able to retrieve data from another domain, by loading variables from a text file for example, or you might want to send data from a Flash email form to a PHP script that is sitting on another domain.With Flash player 6 a security sandbox implemented a restriction : a movie sitting on one domain would be prevented from loading data from another domain. In Flash Player 6, sub domains of the same parent domain could access each other's data this is not the case anymore starting with Flash player 7, domains must be identical for data to be read.
Music On/Off Toggler
Ok, so you're making a website and you have NO IDEA how to make a music on/off switch? Maybe it might seem hard but really it's not. It only takes 1 Movie Clip, 2 buttons, and about 4/5 lines of actionscript as well as your music! Sound easy?Let's get started!
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.
Flash_player7
Simple flash player you can use to play your favorite music videos or family videos.
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.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
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.
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.
Detecting the Flash Player
For somebody to be able to see your Flash movie online they need the appropriate Flash player to be installed into the Browser. So if you create a movie in Flash 5 they will need the Flash 5 Player (or a more recent version of the player). If you create a Flash MX movie the Browser needs the Flash 6 Player and Flash MX 2004 needs the Flash 7 Player.
Using XML for a Timesheet
This tutorial uses a public web service and therefore requires that you have an Internet connection. In addition, the tutorial won't work in a browser because of sandbox restrictions, but will work in the Flash authoring environment or the stand-alone Flash Player.

Report
Adobe Fireworks
Adobe Flash
Adobe Illustrator
Adobe Image Ready
Adobe Photoshop
3D Studio Max
Cinema 4D
Maya 3D
Microsoft Excel
Microsoft PowerPoint
Microsoft Word
Microsoft Access
MySQL
C and C++
Python
Visual Basic
.htaccess
Adobe DreamWeaver
ASP
CGI & Perl
CSS
Java
JavaScript
Microsoft FrontPage
Windows Vista
Windows 7