Actionscript 3 - Written by Artluvr on Saturday, May 3, 2008 11:30 - 8 Comments
XML based MP3 Player Streaming Compact – Actionscript 3 – Flash CS3
Fully customizable compact mp3 player. It is XML based, which means that you can change the playlist by simply changing the XML file. It reads the ID3 tags from the mp3 file and it displays the artist name and song title. This compact versions supports:
- Play
- Pause
- Next
- Previous
- Volume
- ID3 tags
- Streaming
If you wish to change the skin, all you have to do is go inside each movieclip and change the content.
Important: Don’t change the instance names.
EDIT: Now, whenever a songs ends, the next one automatically starts playing.
Price: €7
Share and Enjoy:
8 Comments
Ottis
The player can read ID3v1 or ID3v2 tags. If any of these tags are included in the mp3 file, then the mp3 player will read them.
The mp3 player is configured to read the Title and Artist tags of the mp3 file. It will not display the album information. This is the compact version, so we kept it light. In the next version we will include the album information.
Ottis
Problem`s solved. Two final questions: 1) How do I stop the music from playing the first song automatically? 2) How do I make the player move from song A to song B to song C… automatically?
Ottis, we uploaded the new version. In the new version when a songs finishes then the next one starts automatically.
Now, about your other request. The mp3 player was made to support automatic playing when it loads. When we have a little more time we will change it and we will send it to you.
Hiya,
I love the design of this player! I just have a few questions about customizing it.
1) Can the buttons be removed? Ie just leaving the “Now Playing: title etc”
2) is it possible to add two functions – shuffle of the tracks & name the first track to be played.
Anywho if you can let me know, as im interested in buying this, even if you require a charge to change these things!!
Jon
@Jon, yes you can do that. Is really easy.
a) just change the visible property of the two buttons to false
b) send the following parameter in the changeTrack function changeTrack(int(Math.round(Math.random()* songs.length()));
Ryan
I just bought this player but it it will only play three of the 10 tracks in the xml file what gives. Please HELP ASAP
Ryan
Never Mind I fixed it
Leave a Reply
Most Popular Content
- thecodemonster.net has a new logo
- XML Based Fullscreen Image Rotator With Proportional Resize – Flash CS3 – Actionscript 3
- MP3 Player – XML based – Flash CS3, Actionscript 3, Tweener
- XML based banner rotator – Actionscript 3, Flash CS3
- Image Panning on Mouse Move – Actionscript 3 – Flash CS3
- XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML based image gallery – Actionscript 3, Flash CS3, Tweener
- Scrollbar with easing – Actionscript 3 – Tweener – Flash CS3
- 3D Carousel XML based – Actionscript 3, Flash CS3
- Papervision3D Spiral Carousel
- Depth of Field with Papervision3D & Tweener
- @Sulaiman, you can do it by removing every child inside the movieclip, and then ...
- @william, The calendar is a movieclip. You can just move it by changing the x an...
- @fuya, unfortunately you cannot add thumbnails, neither the gallery can autoplay...
- @jck, It's not the scroller's fault. Flash has a limit on the height of textfiel...
- Hi, I just started using the scroller, but I'm having trouble with a long text, ...
- The gallery is great.
To customize, I would like to know how can I make the g...
- how do i actually move the calendar along the x and y axis. i can move the backg...
- hi Artluvr,
thanks for this. one quick question:
any idea how i could swit...
Image Galleries
- XML Based Fullscreen Image Rotator With Proportional Resize – Flash CS3 – Actionscript 3
- XML based banner rotator – Actionscript 3, Flash CS3
- XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML based image gallery – Actionscript 3, Flash CS3, Tweener
- Auto Resize XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML Based Zoom Gallery – Flash, Actionscript 2, FuseKit
Menus & Buttons
Utilities
- MP3 Player – XML based – Flash CS3, Actionscript 3, Tweener
- Image Panning on Mouse Move – Actionscript 3 – Flash CS3
- Scrollbar with easing – Actionscript 3 – Tweener – Flash CS3
- XML graph like Google Analytics – Actionscript 3, Flash CS3
- XML based MP3 Player Streaming Compact – Actionscript 3 – Flash CS3
- Events Calendar – XML based – Actionscript 3, Flash CS3, Tweener
- 3D Windows that rotate when you drag them – Papervision 3D 2, Actionscript 3, Flash
- XML based news bubble – Actionscript 3 – Flash – Tweener
- Magnifying glass zoom – Flash, Actionscript 2
- Interactive Snow with OOP Actionscript 2

I just bought the xml based mp3 player but have a problem. I haven´t worked with id3 tags a lot but thought I had figured it out.
In iTunes (mac) I filled out Artist and Album for the song but it won´t show in the display window. Can you please explain to me where and how I should write the id3 tag?