Search  

XML MP3 PLAYER WITH LIST (BY QUICKYBOY)

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesXML MP3 Player with List (by quickyboy)

And from the same story with the brand new FLV player, here comes the XML driven MP3 player with list!!! :)

Let’s see what it can do:

  • XML driven
  • Album art feature
  • Playlist with autoscroll
  • Previous/Next buttons
  • Play/Pause buttons
  • Track seek slider
  • Volume bar
  • And many many other which I forgot :D

You can also find in this package:

  • Fonts used
  • HTML Documentation

Thank you for buying my stuff guys! ;)

Other work by quickyboy:

Creative/Portfolios

Photo Galleries

News Modules

Contact Forms

FLV players

Mp3 players

Menus

Innovative stuff/Utilities

Music/Sound creation

View my full portfolio: Click here.

Posted 2 months ago

ohhh sorry :) that same of swish, i just added stopAllSounds(); first of the actions.

i think you should add that code the original file.

everything is OK.

Posted about 1 month ago

This player is great!

Just one question is there anyway to make the next button work for the next song from the one you’re listening to instead of it going back to the beginning of the playlist?

Posted about 1 month ago

Oh nm, it works now. Sorry for asking something that just needed refreshed.

Posted about 1 month ago

hey will this work with the JW FLV Player ????

Posted 29 days ago

Purchased the file and love it but was wondering how to make it so it doesn’t Autoplay….anyone have any ideas?

Posted 26 days ago

how to set autostart = false when open file

Posted 25 days ago

It would be nice to be able to click on the album and buy it via PayPal or other site

Posted 25 days ago

title_txt

how to set it autoscroll if title is long. Thanks

Posted 24 days ago

How do you modify the text of the playlist as well as the size of the playlist buttons? I can’t find it in the ActionScript or in the movie clips.

Posted 24 days ago

Yes I would like to change the color & font inside the playlist as well… how can I do this?

thx :)

Posted 24 days ago

hey man. how do i extend the width of the playlist window without stretching the text?

Posted 19 days ago

Hi. Great player, nice work. But is there any way of preventing auto play on load and just have first track cued with Play button displayed? Thanks.

Posted 13 days ago

I inserted this code on line 210: if(seconds < 10) seconds = “0”+ seconds;

And this one on line 214: if(current_seconds < 10) current_seconds = “0” + current_seconds;

Now it will display 4:00 instead of 4:0 (total track length and 0:06 instead of 0:6 (current position).

Another remark; you can drag the seek bar out of the download bar. I fixed it for myself but it’s not a very elegant way so I won’t post it here.

Maybe you can update this file so everyone can use this bugless.

Posted 13 days ago

Great mp3 player. it’s workin really well so far. just a quick question. is there any way to get rid of the black background? i just need the player, not the background. any help would be awesome! and again, thanks for a great mp3 player!

Posted 6 days ago

hi guys, im not mr. flash but if someone likes to stop auto play try this. just change these lines in the code: i had success with this one…

line 14: play_btn._visible = true; line 15: pause_btn._visible = false; line 37: var paused:Boolean = true; line 81: -playTrack(tracks_array0.source,tracks_array0.artist,tracks_array0.album,tracks_array0.title,false);

the rest still works as expected.

i can´t replay any other question – sorry. please ask the author ;-)

Posted 4 days ago