really nice 
Little player with XML support. You can define song url and description in the XML file. The player plays all tracks in loop and uses fake equalizer with nice reflection effect. Player provides stop, play and next buttons to control the player. It is useful to provide decent background music for your websites without ugly huge players. Easy implementation.
the song in preview can be found in my portfolio.
VISIT MY COMPLETE PORTFOLIO
Posted 5 months ago
Love how simple the product is. But is there a way to keep the actual image of the music player on all of my scenes within my flash file. Also the bars all move up in one motion when I go back to my homepage.
Posted 5 months ago
@natsueyx.. It should work.. But if you have CS3 you can load also flash 8 files with AS2
Posted 5 months ago
Thanks The thing is, I’ve build the rest of my project in AS 3 .0, so hope this work with AS 3 .0 too.
Posted 5 months ago
Yea the same for me… the EQ bars are going up and down at the same time, how can we fix that? great product by the way.
Posted 5 months ago
This is awesome – LOVE it! I’ve edited it to fit in with my site but I get the same thing as the others. I’ve loaded all the files but the bars move up and down in the same motion, the music doesn’t play and it just says loading. It previews perfectly in Flash. I’m using CS3 . Any suggestions? Thanks!!
Posted 4 months ago
For those having the same problem as I did, I got it working by uploading all the files to the root directory. Don’t put it in a separate folder. That’s what was getting in my way at least.
mike_kj – thanks for a great little player. It looks great and works beautifully!
Posted 4 months ago
@ stacyjack1: Thx for reply
But:
You can use also different directory. But you must specify it the xml (f.ex: songdirs/mymp3.mp3) Notice that you should use / and not \.
The xml should be located in root directory, or you can change the location in source code.
Is there any way to use it like an on/off music loop players, I mean without song description and without the forward button ?
Posted 4 months ago
@ valpao: For sure.. In xml set name tag to value _:
_and this will do the trick.
As for the forward button, simply delete it from the scene (if you have flash). If you fave not, I'm affraid that you can only manipulate with XML.
Posted 4 months ago
Sorry, didn’t realized it has Textile.. The tag should look like this:
<name>_</name>
Posted 4 months ago
Thanx mike, anoter question, it could looks silly but I’m quite a flash newbie.
Can I resize the stage without resizing the buttons and all the rest? At the end I should embed the swf file in a xml/html page and the original stage 590×300 is too big.
thanks for your help and sorry of bothering you
Posted 4 months ago
@valpao: I’m not sure if I understad what you mean. If you want to make the player bigger..you can do it by loading the player to movieclip and set ist’s xscale and yscale property to desired value. On the other hand, if you want to make the size smaller in html object tag, you can do it without make it smaller..i think
hope it helps… Feel free to contact me by mail (contact form on this page) and I’ll gladly help
Well must be smaller but the buttons must remain the same, only the overall dimension ( stage ) must be smaller. so something as 50×30 with all buttons etc etc with the same original dimension.
Posted 4 months ago
Thanks Mike, after a Sunday of Studying and experimenting , I did it
again thanks for your help
Posted 4 months ago
Hi,
I purchased your file and embedded it in a flash site. I used the url address “http:yourwebaddress/music.mp3” of course I had an address in and the music file was located in the root directory, but it does not load song. I also took your file and dropped a .mp3 track in the folder where songs.xml is and in the xml file structured it like this:
candelas1.mp3 testand opened the flash file in flash8 and tested the movie and got this error message
Error opening URL “file:///C|/Users/hprahl/Desktop/new%5FCANDELAS/onthebay%20music%20player/candelas1.mp3”
Not sure what I am doing wrong to link the song to the movie thru xml could you please help..
Thanks,
Posted 4 months ago
@ hcprahl: If you got that error it is problem with path or read attribute. Basicly you have to place the mp3 where the swf file is located.
Example 1:
swf file: aaaaa/bbbbbb/player.swf
xml file: aaaaa/bbbbbb/songs.xml
mp3 file: aaaaa/bbbbbb/song.mp3
xml content:
<url>song.mp3</url>
Example 2: (mp3 in subfolder)
swf file: aaaaa/bbbbbb/player.swf
xml file: aaaaa/bbbbbb/songs.xml
mp3 file: aaaaa/bbbbbb/ccccc/song.mp3
xml content:
<url>ccccc/song.mp3</url>
On my pc it works like i wrote above.
Hope it helps
Sorry, but is possible set the volume? (not controller it, but only set from code)
Posted 4 months ago
@cgaray, sure.. I can send you one line of code to handle it
contact me by flashden contact form
Hello Mike
I bought the file a while ago now and it is perfect…
Although now i have more and more tracks on my site i want the user to be able to go back as well as forward…
I’ve been trying to inter grate a previous button, but I’m finding it impossible as my knowledge of action script is on a learning curve..
feel free to mail me at aj1322001@yahoo.com
regards !
Posted about 1 month ago
Is there a tutorial out there on how I would go about adding this to another flash file. I purchased another template from here (wildwise studio – ultimate portfolio) and would like to add music to it. I have intermediate skill but little to moderate scripting experience.
Posted 13 days ago