Source Code : JSP and embedded Wmp
Java Is Open Source Programming Language You Can Download From Java and Java Libraries From http://www.oracle.com.
Click Here to download
We provide this code related to title for you to solve your developing problem easily. Libraries which is import in this program you can download from http://www.oracle.com.
Click Here or search from google with Libraries Name you get jar file related it
JSP and embedded Wmp
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="rt_c" %>
<jsp:useBean id="date" class="java.util.Date" />
<html>
<head><title>Windows Media in a JSP</title></head>
<body>
<h2>The Who</h2>
<OBJECT CLASSID=
"clsid:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=6,4,7,1112">
<PARAM name="autoStart" VALUE="true">
<PARAM name="URL" VALUE="http://localhost:8080/home/faithhill_yourestillhere_56-v[1].asx">
<!-- <EMBED SRC=
"http://www.parkerriver.com/films/who_baba.mov" WIDTH="240" HEIGHT="196"
AUTOPLAY="true" CONTROLLER=
"true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED> -->
</OBJECT>
<br /><rt_c:out value="${date}"/>
</body>
</html>
Thank with us