Is the look of the player completely editable?
Posted 10 months ago
This is a blog style mp3 player… you can easily use it in any of your projects… if you want you can modify some values with flashVars (you have to edit the HTML document) From flashVars you can change: 1. The mp3 file target 2. The player volume 3. Set the player to auto-play (true or false) 4. Set the player to repeat mode (true or false)
UPDATE :
I just updated this file and I implemented SWFObject so it can work fine in IE too 
for some reason, disabling the autoplay in the code doesnt stop it form autoplaying. Any ideas to fix this?
Posted 10 months ago
Hi I just purchased this, and included demo html file works fine in Firefox, but in Explorer (version 6), the progress bar shows as already at the end of the song and you have push the pause button to turn it into the play symbol, then push the play symbol again to reset it at the beginning and get it to start playing.
Do you know how I can fix this?
Posted 10 months ago
Having the same problem as ARM2 . Any way to get an update that fixes the autoplay and other issues?
Posted 8 months ago
This player works great in Firefox (ver. 2.0.0.11), but in InternetExplorer (ver. 7.0.6000.15.575) it won’t start at all.
Any updates for this?
Thanks,
Posted 7 months ago
I too have the same looping issue. Changing the vars does nothing
Posted 7 months ago
Sorry… I believe I did embed it wrong… it’s just some HTML code problem… if any of you still have problems… just send me a message through FlashDen 
I am having an issue as well. All of my mp3s stutter (plays the first 2 seconds twice) at the beginning when I am playing them in a browser. When I play right from the flash IDE it works fine. I used swfobject to embed. Any thoughts?
Posted 6 months ago
Update: Paul helped me out by making a minor change to the actionscript. Works fine now.
Posted 6 months ago
Hi there,
I too am having the same issue. Track plays first 2 seconds and then restarts. Can you guys let me know what I need to do fix this?
Posted 6 months ago
it appears to be tied to the autoplay parameter. If autoplay is on, works fine. If autoplay is off mp3 restarts after 2 seconds in. Please advise as I can’t use this until someone tells me how to fix this issue. Thanks.
Posted 6 months ago
anyone??? How do I fix the repeating of the first 2 seconds of the audio track ?
Posted 6 months ago
//Just change the play sound code with this code: //play the sound function playSound(){ mySound.stop(); if (pos == 0){ mySound.loadSound(myMusicFile, true); mySound.onLoad = function() { //clearInterval(my_interval); my_interval = setInterval(updateProgressBar, 100); //mySound.start(pos/1000); }; } else mySound.start(pos/1000); }
Posted 6 months ago
change the play sound code with this code: //play the sound function playSound(){ mySound.stop(); if (pos == 0){ mySound.loadSound(myMusicFile, true); mySound.onLoad = function() { //clearInterval(my_interval); my_interval = setInterval(updateProgressBar, 100); //mySound.start(pos/1000); }; } else mySound.start(pos/1000); }[/code]
Posted 6 months ago
Just change the play sound code with this code:
//play the sound
function playSound(){
mySound.stop();
if (pos == 0){
mySound.loadSound(myMusicFile, true);
mySound.onLoad = function() {
//clearInterval(my_interval);
my_interval = setInterval(updateProgressBar, 100);
//mySound.start(pos/1000);
};
}
else mySound.start(pos/1000);
}
Posted 6 months ago
vamapaull
Nice litte file you created! So I bought it. But i really need the autoplay feature to work. Its on false and it still plays the sound. Can you help me out here? I really need this to work. ASAP !! 
@Phontsolo – The auto play thing it’s from the variables in the html code… that code works fine in firefox but not in IE… so you have to embed it again and use flashVars to implement the variables… contact me if you need help with that…
Posted 5 months ago
I can’t get the repeat function to turn off in the flashVars code? It’s set at false yet still plays?
Posted 3 months ago
@brendonmk – I just updated the code and now it works fine… thanks for letting me know 
Can u send me the latest code? I purchased the player about a month ago but the repeat function was still not working. Thanks!
Posted about 1 month ago
@bigfish007 – the repeat function works now… if you have any other problems just send me a message through flashden
Posted about 1 month ago
I am unable to get the player to work in IE7 . I swapped out the actionscript above and it still does not work. I noticed that if you have the player on repeat, the progress bar does not start over. If I turn repeat off, at the end of the song, the pause button stays at pause and then I hit it and it turns to play and then I hit play and the song never starts. Any ideas on how to get all of this stuff working?
Posted about 1 month ago
hey there. question. would this work connecting to a mp3 shoutcast stream? – i really need a simple player like this but can connect to a shoutcast mp3 stream (m3u) file.
Posted about 1 month ago
@gccit – if you have any problems just send me a message through FlashDen… @philcampbell – I don’t think you will find a flash mp3 player that will work with shoutcast streams when the swf file is online…. from my experience all the flash mp3 players work fine if shoutcast streams but only if you open the swf from your computer.
Posted about 1 month ago