Search  

SIMPLE MP3 MUSIC PLAYER BUTTONS

HomeBrowse CategoriesFlashApplications and UtilitiesSimple MP3 Music Player Buttons
  • Subtle player buttons, easily blend into most layouts
  • Just copy and paste a player movie clip into your file
  • Streams and plays your external MP3 track
  • Change colors easily just by changing the tint
  • AS2 Files

    Templates

    Page Flip Books

    Preloaders

    MP3 Players

    FLV Players

    Slideshows

    Misc Utilities



    AS3 Files

    Posted 11 months ago

    Quoling-you need to install the font-if its not in the download go to http://www.fontsforflash.com/?id2=fl then freebies, download and install fff extras 2.

    Posted 9 months ago

    Hi there,

    Nice item but can I have it start without sound and allow people to press play?

    I tried reversing the action script around but its like a janitor trying to do heart surgery. :)

    If you could upload the opposite action script that would be awesome, because I want several players on one page for different tracks.

    thanks

    Posted 8 months ago

    Hi Tyanks for the file. also would like to not have the file start befor pressing on position.Iis that possible

    chuckc

    Posted 8 months ago

    Yeah thats possible, you’ll have to tweak the code somewhat. There are only a few lines of code so it shoulden’t be that hard.

    Posted 7 months ago

    Is there a version with volume control coming anytime soon? Great work by the way :-)

    Posted 7 months ago

    5/5 It was everything I needed. Thanks

    Posted 7 months ago

    Hello, does it work as dewplayer ?

    With an external file and a var ?

    Thanks.

    sorry for my english

    Posted 7 months ago

    What song is it playing and where can I get it?

    Thanks!

    Posted 6 months ago

    I cant seem to get it working on Firefox for Windows, it works on everything else. Mac and PC, ant thoughts?

    Posted 6 months ago

    voodo-you can find it under FD audio, can’t remember the author. FYI : track does not come with this file.

    librium-I’m looking at this page in Firefox, works fine. Double check your code, AS and HTML .

    Posted 6 months ago

    Hey robwes19. nice file. I really like how simple it is.

    quick question/comment though. why the heck did you make some of the AS with comment slashes before important lines of code? I was so puzzled as to why I couldn’t get the file to work. When I opened the AS I found 3 key lines of code had comment slashes in-front of them, thus rendering the whole file useless.

    not really a big deal if you know what you are doing with AS… but if a noob downloads this file they are going to be completely lost.

    Posted 4 months ago

    Is it possible to adjust a dropdown playlist with this player?

    Posted 3 months ago

    Here’s the code modified for those who want the player not to play on load, with the right button states.

    [code] mySound_sound.loadSound(“http://www.your_file.mp3”,false); equ.gotoAndPlay(“start”;); } //Hides the play button on start controlbar_mc.pause_btn._visible=false; controlbar_mc.play_btn.enabled=true; //Stops the sound onPress and the equalizer controlbar_mc.pause_btn.onPress = function(){ mySound_sound.stop(); controlbar_mc.play_btn._visible=true; controlbar_mc.play_btn.enabled=true; controlbar_mc.pause_btn._visible=false; controlbar_mc.pause_btn.enabled=false; equ.gotoAndPlay(“end”;); } //Starts the sound onPress and the equalizer controlbar_mc.play_btn.onPress = function(){ mySound_sound.start(); controlbar_mc.pause_btn._visible=true; controlbar_mc.pause_btn.enabled=true; controlbar_mc.play_btn._visible=false; controlbar_mc.play_btn.enabled=false; equ.gotoAndPlay(“start EQ”;); } [/code]

    Posted 3 months ago

    hey i am trying to put this on my HTML site i know its probably simple but is there a way i can get it to stop restarting on each html page, is it more to do with the css or is there something i can do in flash to resolve the problem? cheers Jehst

    Posted 2 months ago

    Got it running ok in my flash file but for some reason the tempo is messed up, tracks sound like they’re being sung by the chipmunks! Any ideas?

    Thanks,

    James.

    Posted 2 months ago

    Nevermind, I’ve just checked the mp3’s properties and realised that it fell under the flash glitch.

    Works a treat now, and highly recommend it!

    Where is the glow effect though? Wouldn’t mind turning it off!

    Thanks.

    Posted 2 months ago

    Why it’s not working on mac?

    Posted 2 months ago

    The compliment; nice file. The critique; Why provide the code in that way? I’m sitting here going back and forth reading from the code you put on this page to my Flash browser and i’m getting a headache. Isn’t it possible to provide the code in such a way that i can just cut and paste? I’m not a programmer. Thanks for the file.

    Posted 2 months ago

    Hey robwes19,

    I’m trying to use the third player (on the right side), but it doesn’t play the music. However, if I use the center player in my file, it plays the music like it supposed too.

    So, is there something I need to change to get the third player to work?

    I noticed that the file that you provide, the center player is the only one to turn music on/off, so I’m pretty sure it isn’t something I’m doing wrong but maybe something that clarified in the script to make it work. Not sure.

    Please advise. Thanks.

    Posted about 1 month ago

    Perfect! Very easy to implement… great work!

    Posted about 1 month ago

    Hello!

    How many MP3 tracks can I have with this player? Only one song?

    Is this equalizer a real one? I though it only worked with AS3

    Please let me know if I will be OK using this file in a Flash CS3 document and with Action Script 2. Also need to know how many songs it can play.

    Thanks!

    I’ll wait for answers to buy the file.

    Posted 29 days ago

    IS there any easy way to make is work with AS3 or do you have a version already?

    Posted 28 days ago

    IS there any easy way to make is work with AS3 or do you have a version already?

    Posted 28 days ago

    I have tried numerous times following the instructions on putting it into my .fla but it is not working.. :(

    This is what I am doing.

    I made another layer in my fla file. I copied the mc’s in the library while I had the layer keyframe highlighted. I made sure the swf file and music1.mp3 is all in the same folder. So I figured it would work now???

    What am I doing wrong?? thank you so much..

    Other than that.. I love it but I kinda want to hear music…LOL!!

    Thank you Julie

    Posted 27 days ago

    Hello!

    I need this song. Where can I get it please?

    You told voodo-you that he could find it under FD audio – what’s FD audio? Searched online and didn’t find it… Where can I find it? Does anyone have any clue?

    Thanks!

    Posted 14 days ago

    Hello,

    Sorry, I just stumbled onto this player, thought it was perfect, signed up for FlashDen, and bought it. I think I may have jumped the gun a bit though, and I’m not really sure how to make this object do what I want it to do. How do I go about embedding this into an HTML webpage? And is there a way to edit the parameters without actually owning Flash?

    Posted about 13 hours ago