| Author |
embed any application with jsp
|
gunjan deogam
Greenhorn
Joined: Aug 02, 2009
Posts: 11
|
|
hello every body,
My question is how can we embed any application with jsp e.g. media player.
|
Gunjan Deogam SCJP6, SCWCD5
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16480
|
|
|
You can't. And you wouldn't want to. The JSP runs on the server, and you don't need music to play on the server. What I suspect you want is to embed those applications in the HTML which is generated by the JSP. That's purely a question about HTML. So let me move the question over to the forum which is about HTML.
|
 |
 |
|
|
subject: embed any application with jsp
|
|
|