17 . October . 2008   at: 3:21 am

XML Based Navigation

Just something I whipped up trying to build up my portfolio of web elements. This navigation element grabs the urls from an xml file, so you can update the links without having to open the flash file for fast updating of links. Any questions drop me a line.

Continue on…

07 . October . 2008   at: 2:34 am

Stable Release XMLLoader 2.0

**Update**
http://blog.kreativeking.com/2008/10/xmlloader-20-updatexmlloader-20-update/

I have been working hard on making this as robust and stable as possible. This release should be able to do anything you would like with loading XML. Couple of new features from 1.8 the community has been emailing me about as well as some that I wanted to include in past versions. I will be releasing a video tutorial on how to use this class properly. I’ll explain the new features to hold you over until then.

Continue on…

13 . September . 2008   at: 3:53 am
Comments Off

**UPDATE** *NEW* XMLLoader Class v. 1.8

**Update**
XMLLoader 2.0 « Cleck Here

**UPDATE**
Build 1.8 had some back end updates.

  • Complete Event doesn’t dispatch early
  • XML Root is now passed instead of just the children

Syntax is still the same

As many of you may already know, I built an XMLLoader class couple months ago. I have steadily been adding more features and making it more robust and easier to use. In this release v.1.6, 2 new features are introduced. You can now choose which list to get by the name of the xml file and now there is a new function to load xml outside of the constructor.
Continue on…

25 . July . 2008   at: 1:32 am

XMLLoader Class Updated Version (A.S.3.0)

**Update**
XMLLoader 2.0 « Cleck Here

I recently released a class (XMLLoader) and after some suggestions and further research, I decided to revamp the class entirely. With this comes some good news and bad news. Bad news first, the class no longer automatically creates the event listener for you. This is not a big lose. I just wanted to keep to Encapsulation standards.

Continue on…

23 . July . 2008   at: 4:24 am

XMLLoader Class (AS 3.0)

**Update**
XMLLoader 2.0 « Cleck Here

Even though with AS 3.0, dealing with XML has became very easy. I still don’t like writing this…

 
var myXML:XML = new XML();
var myLoader:URLLoader = new URLLoader();
var myURL:URLRequest = new URLRequest("titles.xml");
 
myLoader.addEventListener(Event.COMPLETE, loadXML);
 
myLoader.load(myURL);
 
function loadXML(e:Event) {
	myXML = new XML(e.target.data);
		return myXML;

Continue on…

  • About Me

  • I am a student at the Borough of Manhattan Community College majoring in Multimedia Art. I love being creative and anything allowing me to be creative. Any medium of expressing creativity is fair game. Drawing, animation, music, writing, etc. I like to do it all. I started out as an artist when I was younger and later ventured off into 3d space. After that I started getting more into digital media of drawing and painting and then the art of motion. Today I find myself a scripter. Who knows where I'll be tomorrow. Besides from art, I like basketball, video games, movies and hanging out. Same things every 20yr old guy in the city likes to do.

  • Contact Me

      Send an Email





  • Ads