使用vcastr3.swf实现视频播放功能

<%@ page language="java" pageEncoding="UTF-8"%> <%@ include file="/common/header.jsp"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body> <object type="application/x-shockwave-flash" data="vcastr3.swf" width="650" height="500" id="vcastr3"> <param name="movie" value="vcastr3.swf"/> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="xml= <vcastr> <channel> <item> <source>${ctx}/show/notice_downloadshowone.do?nid=<%=request.getParameter("aid") %> </source> <duration></duration> <title></title> </item> </channel> <config> </config> <plugIns> <logoPlugIn> <url>logoPlugIn.swf</url> <logoText>www.ruochi.com</logoText> <logoTextAlpha>0.75</logoTextAlpha> <logoTextFontSize>30</logoTextFontSize> <logoTextLink>http://www.ruochigroup.com</logoTextLink> <logoTextColor>0xffffff</logoTextColor> <textMargin>20 20 auto auto</textMargin> </logoPlugIn> </plugIns> </vcastr>"/> </object> </body> </html>

 

 

 

 

源码及所需文件  请  在这里下载    视频播放.rar

你可能感兴趣的:(java,html,xml,File,include)