How to Create a XML List

Mon, Mar 8, 2010

ActionScript



This is part 3 of a Flash picture gallery tutorial

We created a XML code and now is loaded into Flash. Yet Flash sees it as text. We have 2 missions:

Enable our loaded file to be seen as XML code
Configure it in a way that we can use

For this task we will be creating a new type of variable: the XML list and this should enable us to work on our XML just like any array.

HERE IS THE SOURCE CODE!

//The ActionScript 3.0 XML List
// Avraham Saltoun
// solutions at say-web dot com
// FREE to USE, COPY and DISTRIBUTE

var xml:XML;
var xmlList:XMLList

var xmlLoader:URLLoader = new URLLoader();
xmlLoader.load(new URLRequest (“data/XMLData.xml”));

xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);

function xmlLoaded (event:Event) {

xml =XML(event.target.data);
xmlList =xml.children();
trace (xmlList.length());

}

Related Articles:

, , , , , , , , ,

Leave a Reply

You must be logged in to post a comment.

My name is Avraham Saltoun, and I live in Jerusalem, Middle East. I am currently on my mid  40's and I am a computer programming technician. Here you will find over one hundred quality video tutorials on Actionscript, and yes, I give online support for aspiring programmers, and pros as well, sharing screen on skype and delivering source code by email, click the button for live flash actionscript support now!

 
oDesk Certified Action Script Programmer
oDesk Certified Adobe Flash CS3 Designer
oDesk Certified Adobe Photoshop 6.0 Designer
Skype Me™!

$7.49 .Com! Score Savings Cartoon Smart Tutorials


1,260
Unique Visitors
Previous 30 Days
Powered By Google Analytics