ActiveDen

Record/Disc MP3 Player (XML) V1

This is an mp3 player with the design of an old record. It is fully Vector and the songs, pictures and also the spinning speed is loaded from an external XML .

The Code is in an external Main.as file (fully commented)

//so our xml is loaded succesfully
public function xmlLoaded (e:Event):void {
//we assign the data of our xml to the ‘xml’ variable
xml = new XML (e.target.data) ;
//if you trace the xml variable out you will get your xml structure -> just delete the //slashes in the next line
//trace(xml)

It is very simple and easy to change the images and the songs!

And it is only 9kb!

Utility:

MP3 Player:

by
by
by
by
by