| Blog Home | About | Entries By Date | Search |
|
Title
Most Wanted Flash Action Script 3 Tutorial
Entry
While I was navigation the web for Action Script 3.0 tutorials, I found that there are some tutorials are most wanted in AS3 daily projects. In this post a collection of useful Action Script 3.0 Tutorials from pixel2life.com

This tutorial will show you how to create multiple Flash pages using XML. In the Flash movie, all the content and image paths have been defined in a XML file. I will first give you a short intro to XML, then we set up the Flash movie and finally, we add some Actionscript 3 to provide the functionality…Read Full Tutorial.
Keywords
Action Script 3 Tutorial, Flash Action Script 3 Tutorial
|
|
posted 08/14/09 by Kubabrown2008 | Report Abuse <p>I am having problems building a xml based slideshow in flash. I did a tutorial on it from learn flash.com in CS$ (the version I have ) and I get a error message :TypeError: Error #1085: The element type "url" must be terminated by the matching end-tag "</url>".<br /> at Mysimple_fla::MainTimeline/onComplete()<br /> at flash.events::EventDispatcher/dispatchEventFunction()<br /> at flash.events::EventDispatcher/dispatchEvent()<br /> at flash.net::URLLoader/onComplete()</p> <p>The code works with the pictures provided by the tutorials, but when I create my own pics and XML file I get this error message, what am I doing wrong?</p> |