#  /  posted on Feb 28, 2008
FS MP3 Player
Home / Forum / Components Discussions / FS MP3 Player
-
Is there way to go to the first song from the last song in the playlist by using the next button? Would be nice to not have to scroll back through all the songs.
#  /  posted on Feb 28, 2008 -
In the next button handler you need to add a simple test to check if the current song index == last song index => the current song will become first song.
#  /  posted on Feb 28, 2008
-
Is this possible to fix, so that it stop playing when it has played all songs?
#  /  posted on Mar 03, 2008 -
When I try to open the file "fsmp3playerv13.fla" in Flash MX it says "Unexpected file format" Is this happening to any one else?
#  /  posted on Apr 23, 2008 -
@ jawatech:
That's probably because this is made in a newer version of flash.
Is there a possibility to disable automatic playback? I want it to be idle wen it loads.
Overall, really nice player. Learned some things from the script :)
#  /  posted on May 28, 2008 -
In the next button handler you need to add a simple test to check if the current song index == last song index => the current song will become first song.
#  /  posted on Feb 28, 2008 -
on the track number counter display, I am having a problem editing the track numbers, because I have 17 tracks on my mp3 player? When I click on the 10th track it displays 10/1…... How do I fix this error?
#  /  posted on Jul 27, 2008 -
A really nice player, and a good learning tool too.
Thanks for sharing it :)
#  /  posted on Oct 14, 2008 -
Any ideas on how to have the player not play on load? I have other media players and I’d like the user to be able to choose which media they want to hear.
Thanks for any ideas.
#  /  posted on Dec 12, 2008 -
I have tried to add this to my site and it keeps telling me that playlist not loaded what do I need to do too get this to load into the player?
#  /  posted on Jan 25, 2009 -
-
-
Excellent – I’ve been searching for a good-looking, easy to use MP3 player, and this is it! Thanks!
#  /  posted on Aug 14, 2009 -
Doesn’t work. I have checked 20 times and the path to my MP3s on the web is correct. The title and artist shows, but no audio plays.
#  /  posted on Oct 26, 2009 -
Hi Librarian
thanks for the mp3 player. it´s the best on the net
i´m tryng to do this : check if the current song index == last song index =>
but i don´t know exactly how to put that code.
this is the handler of the next button:
next_btn.onRelease = function() { if (aktAudio < totalAudio) { nextTrack() playSong(); }
}
please help me incorporate the code.
thanks
#  /  posted on Jan 01, 2010 -
Hi Librarian,
Thank you for this work. I’ve downloaded and am using it on my site.
The adress is: http://www.gecetreni.com/van/kk_audio.html
I have manipulated your player a little and “translated” to turkish.
Thanks again.
Best from Istanbul
Umit
#  /  posted on Jan 03, 2010 -
Please login to post replies.







