Home / Components / Audio & Video / FS MP3 Player /

FS MP3 Player

6195 downloads

Librarian Audio & Video FS MP3 Player This Free XML mp3 player reads the songs from an XML configuration file and the cover images for each song, the song title and the artist name and display all data in a snazzy mp3 player interface. $0 http://www.flashcomponents.net/component/flash_mp3_player.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/75_1.png

Similar Products:

  • XML FLV Player H-List White - AS2

     

    SALES: 47

    XML FLV Player H-List White - AS2

    $9.00

    SALES: 47

    by Flashtuning

    XML driven FLV / H.264 video player with multiple playlists support, custom scrolling and autoPlay. [+]

  • XML FLV Player H-List - AS2

     

    SALES: 240

    XML FLV Player H-List - AS2

    $7.00

    SALES: 240

    by Flashtuning

    XML driven FLV / H.264 video player with playlist, custom scrolling and autoPlay for [b]Flash 8 / Flash CS3 / Flash CS4 and above / ActionScript 2.0[/b] version. [+]

  • FLV/H.264/YOUTUBE Video Player with Categories and Playlist

     

    SALES: 64

    FLV/H.264/YOUTUBE Video Player with Categories and Playlist

    $25.00

    SALES: 64

    by LambertGroup

    Video Player with playlist and categories. It plays any kind of video file that Flash Player supports: FLV / H.264 encoded video including MP4, M4V, M4A, MOV, Mp4v, F4V, YOUTUBE. It also plays RTMP. OOP - the code is easy to modify. [+]

  • X-Treme Audio / Video Player

     

    SALES: 1

    X-Treme Audio / Video Player

    $11.00

    SALES: 1

    by Flashtuning

    Flash MP3 & Video Player with YouTube support. [+]

  • XML Streaming Music Player with Cover Image

     

    SALES: 4

    XML Streaming Music Player with Cover Image

    $8.00

    SALES: 4

    by bgaby88

    XML Streaming Music Player with Cover Image Features: - Drag & Drop - Auto Scrolling playlist - Auto Scrolling Title - Shuffle button - Hide Show panels - Easy modification (Most of the settings are from XML), named labels, Commented Actionscript, HELP file included. - Auto Resize Cover image - Streaming player - CPU friend - no CPU stressing functions used like (SetInterval) [+]

  • SpringPlayer Pro (AS3 Flash Video Player)

     

    SALES: 47

    SpringPlayer Pro (AS3 Flash Video Player)

    $20.00

    SALES: 47

    by 6000rpms

    SpringPlayer Professional Edition is an AS3 Flash Video Player written from the ground up to have a small filesize (under 13KB), be simple to use, and easy to integrate. [+]

Author:

Librarian

Librarian avatar

Hello, looking for assistance? I'm here to serve all people with information needs! Librarian recommends:

Tags:

 

Recently viewed:

Slide Menu
3 in 1 PreLoader
Cool Color Menu
Flash Mail Form
Field Particles
Contact form 3
easyMenu
XML News Reader
Uber Mp3 Player
flashTooltip
XMLMenu
Mouse Clock v2
Included in the download package is the XML configuration file and the FLA example file.
You can check to see how the code in this FLA file was implemented and you can easily change the graphics for the audio buttons.

Available:
Flash Player 7 and above (ActionScript 2.0)

Credits:

Flash Player 7 and above / AS 2.0 adjustments - Librarian

Flash Player 6 / AS 1.0 original development - Matthias and Caroline Kannengiesser


Librarian recommends:

17 comments

Add comment

  • 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.

    #  /  PM  /  posted on Feb 28, 2008
  • 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.

    #  /  PM  /  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.

    #  /  PM  /  posted on Feb 28, 2008
  • Is this possible to fix, so that it stop playing when it has played all songs?

    #  /  PM  /  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?

    #  /  PM  /  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 :)

    #  /  PM  /  posted on May 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?



    #  /  PM  /  posted on Jul 27, 2008
  • A really nice player, and a good learning tool too.

    Thanks for sharing it :)



    #  /  PM  /  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.



    #  /  PM  /  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?



    #  /  PM  /  posted on Jan 25, 2009
  • Excellent component.


    thank you



    #  /  PM  /  posted on Mar 09, 2009
  • cool component



    #  /  PM  /  posted on Jul 14, 2009
  • Excellent – I’ve been searching for a good-looking, easy to use MP3 player, and this is it! Thanks!



    #  /  PM  /  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.



    #  /  PM  /  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



    #  /  PM  /  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



    #  /  PM  /  posted on Jan 03, 2010
  • dont think anyone is helping here



    #  /  PM  /  posted on Aug 21, 2010
Please login to post comments.