Search  

MUSICPLAYER

Music player

Scalable xml driving music player that you can drag and drop!

-Drag and drop
-Add unlimited songs
-XML driven
-See the length and playtime
-Scalabled
-Easy to use

Watch my portfolio

Posted 4 months ago

very useful….. if the text is not larger than the screen will it scroll anyway?

Posted 4 months ago

nice and simple. great work.

Posted 4 months ago

@sgr_81 no then it will stay ;)

Posted 4 months ago

needs some design effort but useful file anyway :)

Posted 4 months ago

i am not a great desinger :( i need to learn it someday :P

Posted 4 months ago

but this file is really easy to redesign by yourself if you want :)

Posted 4 months ago

its very useful and cool design…

Posted 4 months ago

Nice one buddy. Keep it up.

Posted 4 months ago

actually this is an excellent design, the common visitor of any site won’t have to lose their mind figuring out what’s what. not to mention the music player is never the focal point of anyone’s overall site. Antone who would need to use this files should be able to make visual changes as they see fit, as long as this file functions properly consider this a success dude. ;)

Posted 4 months ago

thanks mcnugget 86 :) i really appreciate that :)

Posted 4 months ago

I need it, thanks :)

Posted 2 months ago

is there a way to make the stop btn a pause btn and function properly?

Posted 2 months ago

Not in this version, it is posible but you need a little actionscript knowledge…

Posted 2 months ago

I purchased this player and it doesn’t seem to be working on a Mac in Safari. All i get is the ”...|...” as if it is having issues loading the XML file. Have you heard of this problem before with your player? And if so, is there a way to fix this??? Please help…

P.S. it seems to be fine on a PC in all other browsers…

Thx for your help!

Posted 2 months ago

Hi,

No i never heard it before, do you only have this in safari?

The weird thing is, flash normaly doesn’t have issues with browsers

Posted 2 months ago

How do I keep it from auto starting? thank you! great file by the way

Posted 26 days ago

Hi, what you need to do is:

Open the file and look at the code in the second frame. on line 64 you see this: playMp3();

Change it to this: //playMp3(); Or just remove it :)

Posted 24 days ago

Great job on this file! I have a question? Is there a way to show the title & time without having to wait for the file to completely load?

Here is the website I am using it on… http://thewell.me/podcast.html

Thanks!

Posted 3 days ago

The title is posible the time isn’t because it need to load a file before it can look how long the file is.

for the time:

Go to the actions panel on line 43 you see this there:

songTitle.text = ”...”;

make it like this:

songTitle.text = songArray[songId].name;

Posted 1 day ago