Good free music player

3 replies
Can you guys recommend a good free mp3 player I can embed on a web page to play mp3 files I will post on the page?
#free #good #music #player
  • Profile picture of the author Sean Kelly
    If you link directly to your MP3 most modern browsers will now play it for the user when they click on the link.

    HTML also has the ability to play audio in the background.

    eg: (all versions of Netscape, as well as IE 3.0 and above)
    Code:
    <embed src="yourmusicfile.mid" autostart="true" loop="true"
    width="2" height="0"></embed>
    eg: (Opera and all IE versions)
    Code:
    <bgsound src="yourmusicfile.mid" loop="infinite">
    I guess what you're really looking for is a free flash audio player ?

    Sean
    Signature
    http://javadocs.com - Javadocs
    {{ DiscussionBoard.errors[148225].message }}
  • Profile picture of the author wassim
    check out: http://flash-mp3-player.net

    Regards,
    Wassim
    Signature
    {{ DiscussionBoard.errors[148245].message }}
  • Profile picture of the author toptones
    Thanks a lot guys.
    Anthony
    Signature

    All Things Mobile
    VICTORIA MOBILE MARKETING
    {{ DiscussionBoard.errors[148403].message }}

Trending Topics