Free FlashDen file of the month. Click here to download.
Search  

MINI MP3 PLAYER + DROP DOWN

HomeBrowse CategoriesMusic PlayersMP3 PlayersMini MP3 Player + drop down
  • Has a drop down playlist and is draggable
  • Unlimited playlist capability
  • Name your tracks via XML
  • Easy to skin
  • You can also have the player start in paused position, just comment out line 51, then type equ.gotoAndStop (“Stop” ) to the code at the very bottom, this will stop the equalizer

Troubleshooting Green Box Issue

If your loading the mp3 player as an external swf you might notice a green box around the list. If your having this problem just copy and paste the list component in the mp3player.fla library into your main fla’s library.

Flashden Portfolio

Opens with Flash 8, CS3 , CS4. Actionscript 2.0

Templates

Page Flip Books

MP3 Players

Preloaders

FLV Players

Slideshows

Misc Utilities

Opens with Flash CS3 , CS4. Actionscript 3.0

Preloaders



Graphic River Portfolio

Backgrounds

Red Satin 5 Pack Backgrounds Nebula Background Lightwaves Futuristic Background 4 Pack Abstract Backgrounds

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

Great I got the sound off but I messed up on the eq thing… I typed it in myself the last line looks like this

equ.gotoAndStop ("Stop")}

also it is on line 179

I am sorry I am a visual learner.. maybe you can post a screen shot?

Posted 9 months ago

Please advise how to control the volume without opening Flash. Where does “artist” appear in the player? Can the player be used without the background – only the small player itself? Thanks much!

Posted 6 months ago

hello,

I really like this file, but i’m having an issue that when the mp3 player loads up into my movie, it starts to play instantly and you get split second of the track, then if buffers/loads and plays a few seconds later?

This happens when clicking other songs in the play list (1.2 mb song), I’m on a pretty fast connection too?

Posted 6 months ago

I like it, easy to use and modify…

cheers!!

Posted 4 months ago

I like it, thanks!

Posted 4 months ago

Love it! I was looking for something exactly like this, small but with a drop down for the songs.

It took me a while though to separate the player itself from the 590px wide background (as shown in preview) since the swf file had it there. It would really save buyers (especially those who do not own flash editing softwares – which is most likely why they’re just buying flash in the first place) a lot of time if you provided the swf file without the background in the preview because it annoyed me as hell, & I’m not only speaking in behalf of those who don’t have the flash programs but also for those who are not familiar working with flash (which again, is probably why they are just buying flash instead of making them). I happen to be the latter, so I had to figure out for hours how to “crop” the player out of the background since deleting the background obviously does not do it, nor does making its layer “not show”, or modifying the document’s width & height, the swf file still remains 590px wide which is completely opposite from what I wanted because I was looking for a small player. I had to change the x & y margins of the player & modify the document’s width & height (removing all the empty space) once the player was fit topmost to the left, & I removed the dropshadow filter so there could be a certain width & height by pixels.

There’s probably some super obvious way to make the swf file magically transform to match the player’s width & height the way we see it, without having to edit the .fla file, or doing all the stuff I did, but I’m not familiar with flash (which is why I buy flash so I don’t have to mess with flash myself) & I only had common sense on my side, & very little flash-knowledge so it really took a while to get everything exactly right.

It would really save a lot of trouble if you provided an swf file containing only the player itself without the unnecessary extra spacing all over it, & without the background, so we don’t have to do any hands-on editing on the flash file itself. I mean, it’s probably just really easy for you, while here I am spending hours trying to do something as simple as that, & basically end up doing exactly what I was trying to avoid when I bought this flash file which was mess with flash myself, so you should just include it in there to save us all the headache of trying to figure it out ourselves, & it would just be a major favor for all of us who don’t know how to work with flash as much.

Posted 3 months ago

Aside from all my ramblings however, the file is perfect. I absolutely love it! No errors / problems with it whatsoever, playing 37 songs & still it loads just as quickly. This is my favorite purchase on here BY FAR ! Small & lightweight & looks good, practically covers all necessities, I just love it!

Posted 3 months ago

Hello,

First of all, very nice little player. I love it! Great job!

I have two questions about it:

1, is it possible to shuffle the songs so the songs play in a different order every time the page is refreshed?

2, where are the artist name displayed? It is in the XML file, but I can’t see it on the drop down list of the player.

Thanks, Matt

Posted 3 months ago

I got a very specific request by a customer to put a audio player inside a jukebox graphic they had on their website. The problem was that the space was tiny, like 70×130 pixels. This player fit inside that space perfectly after I cut off the equalizer part. :) ten thumbs up

Also, I totally agree with p1nk. I know nearly nothing about flash and even though I had to go in and do some editing to get the width and height right anyway, removing the background was actually harder than removing the equalizer.

Still, an awesome player that got me out of a tricky situation in just a couple of minutes. :)

Posted 12 days ago

Ahh, so glad I’ve actually learned some programming lately. :)

I was going to ask how to make the playlist visible by default, but managed to figure it out.

For anyone else who are wondering the same just change

list_comp._visible = false; playlistMC2._visible = false;

to

list_comp._visible = true; playlistMC2._visible = true;

on line 137 and 138.

The first change makes the playlist visible by default and the second change makes the default button the “playlist expanded”-button.

Cheers.

Posted 12 days ago

“You can also have the player start in paused position, just comment out line 51, then type equ.gotoAndStop (“Stop” ) to the code at the very bottom, this will stop the equalizer”

This doesn’t work at all for me. The player just refuses to work if I comment out line 51.

Posted 9 days ago