| Author |
how to add wav file in jsp
|
Rishabh Rathi
Greenhorn
Joined: Mar 07, 2011
Posts: 13
|
|
hello everybody...
I have a wav file named "some images.wav".
I want to play that file in my jsp code at startup and want it to repeat forever.
Please help me with the code.
thank you
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
Nothing at all to do with JSP. This has been moved to the HTML forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Vinod Sekhar
Greenhorn
Joined: Feb 03, 2004
Posts: 5
|
|
Use the following html script in your JSP
This object loads the Windows Media Player to play your song. You can put this object's css style as visibility : fasle, so that it will not even displayed on page but works on background. If you want to display this object, you can use width, height params also.
|
 |
 |
|
|
subject: how to add wav file in jsp
|
|
|