| Author |
Play .wav in Jsp
|
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
Hi all, How can i play an audio file (.wav) on a button click in Jsp ?
|
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Just include a link to the wav file in the HTML your JSP generates. Assuming your user's browser is configured to play wavs it should just play.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
Originally posted by Paul Sturrock: Just include a link to the wav file in the HTML your JSP generates. Assuming your user's browser is configured to play wavs it should just play.
Oh !! Then how to play it when the page loads shoud use only java script right ?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
No need for JavaScript. Just use the EMBED tag, and set the autostart attribute to "true". The wav file will start playing as soon as the page is loaded.
|
 |
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
|
|
|
Thanks Paul.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
|
Moving to the HTML/Javascript forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Play .wav in Jsp
|
|
|