embed audio player in web page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeepk84
    New Member
    • Oct 2006
    • 97

    embed audio player in web page

    hi all...
    can anyone tell me how can i embed an audio player in my web page
    in html or jsp...which will help users with almost all the types of browsers, listen to it...plz help...

    thanx and regards,
    sand...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sandeepk84
    hi all...
    can anyone tell me how can i embed an audio player in my web page
    in html or jsp...which will help users with almost all the types of browsers, listen to it...plz help...

    thanx and regards,
    sand...
    1.)Have a look at the Applet.newAudio Clip method.
    2.)You can also play a sound clip in html by using
    <bgsound source ="pathToClip "
    3.) Or simply use a plugin.

    Comment

    • sandeepk84
      New Member
      • Oct 2006
      • 97

      #3
      Originally posted by r035198x
      1.)Have a look at the Applet.newAudio Clip method.
      2.)You can also play a sound clip in html by using
      <bgsound source ="pathToClip "
      3.) Or simply use a plugin.

      Thanx a lot for ur help....

      i tried using embed tag...and it works in those machines with a quicktime player...
      otherwise it will take the user to the download site...i hav to avoid this...how can i use a plug-in..can u tell me any link...

      thanx and regards,
      sand...

      Comment

      • sandeepk84
        New Member
        • Oct 2006
        • 97

        #4
        HI all...

        i hav got the pblm solved...
        now i can capture the audio data and hear it...
        for playing the sound i used JW MP3 Audio Player(Flash) which will be residing on my server so that users can listen to the audio files...
        my next issue is to convert the captured wav file into mp3...
        someone knows about lame?
        thanx and regards,
        sand...

        Comment

        Working...