| Author |
Continuously playing a music file
|
Kedar Dravid
Ranch Hand
Joined: May 28, 2004
Posts: 333
|
|
|
I have a JSP which is used for conducting a quiz (typical quiz with next, back buttons) where the questions are fetched from an XML document. The same JSP is loaded for every question. Now, I want to play a music file (WAV) every time the quiz starts. The music should not break every time the JSP is loaded. What is the solution?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Frames. Have one hidden frame that plays the muzak and have the JSPs in the visible frame.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
Moved to HTML/Javascript.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Continuously playing a music file
|
|
|