A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Best (free) mp3 player in Flash

  1. #1
    Buttnutsford Jon Roobottom's Avatar
    Join Date
    Mar 2000
    Location
    Brownhills UK
    Posts
    98

    Best (free) mp3 player in Flash

    Hi,

    I want to stream serveral mp3s on a site, and decided Flash is probably the best way to do this, but after download several players that don't work or are just plain crap I think it's time to ask the experts....

    So can anyone recommend an easy to set up, nice looking, simple mp3 player that will stream external mp3s?

    Thanks!!

  2. #2
    Banned NTD's Avatar
    Join Date
    Feb 2004
    Posts
    3,438
    Hi,

    It is very easy to build your own......
    code:

    mySound=new Sound();
    mySound.load("someFile.mp3",true);



    or

    code:

    mySound = new Sound();
    myButton.onRelease=function() {
    mySound.loadSound("someFile.mp3",true);
    }



    Here is a very nice sound tutorial......

    http://www.kennybellew.com/tutorial/

    Regards
    NTD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center