zoukankan
html css js c++ java
调用WindowsMedia播放器与Flash播放器
<%=ProductionURL%> 是文件的路径+文件名称
WindowsMedia播放器
<
script
language
='javascript'
>
var
url
=
'
<%=
ProductionURL
%>
';
</
script
>
<
script
>
document.write(
"
<object id=\
"
MMSPlay\
"
width=360 height=320 classid=\
"
CLSID:22d6f312
-
b0f6
-
11d0
-
94ab
-
0080c74c7e95\
"
codebase=\
"
http:
//
activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715\" standby=\"Loading Microsoft Windows Media Player components
\" type=\"application/x-oleobject\" hspace=\"5\">");
document.write(
"
<param name=\
"
AutoRewind\
"
value=1>
"
);
document.write(
"
<param name=\
"
FileName\
"
value=\
""
+ url +
"
\
""
);
document.write(
"
<param name=\
"
ShowControls\
"
value=\
"
1
\
"
>
"
);
document.write(
"
<param name=\
"
loop\
"
value=\
"
1
\
"
>
"
);
document.write(
"
<param name=\
"
ShowPositionControls\
"
value=\
"
0
\
"
>
"
);
document.write(
"
<param name=\
"
ShowAudioControls\
"
value=\
"
1
\
"
>
"
);
document.write(
"
<param name=\
"
ShowTracker\
"
value=\
"
1
\
"
>
"
);
document.write(
"
<param name=\
"
ShowDisplay\
"
value=\
"
0
\
"
>
"
);
document.write(
"
<param name=\
"
ShowStatusBar\
"
value=\
"
1
\
"
><param name=\
"
ShowGotoBar\
"
value=\
"
0
\
"
><param name=\
"
ShowCaptioning\
"
value=\
"
0
\
"
>
"
);
document.write(
"
<param name=\
"
AutoStart\
"
value=1><param name=\
"
Volume\
"
value=\
"
-
1
\
"
><param name=\
"
AnimationAtStart\
"
value=\
"
0
\
"
>
"
);
document.write(
"
<param name=\
"
TransparentAtStart\
"
value=\
"
0
\
"
><param name=\
"
AllowChangeDisplaySize\
"
value=\
"
0
\
"
><param name=\
"
AllowScan\
"
value=\
"
0
\
"
>
"
);
document.write(
"
<param name=\
"
EnableContextMenu\
"
value=\
"
0
\
"
><param name=\
"
ClickToPlay\
"
value=\
"
0
\
"
></object>
"
);
</
script
>
Flash播放器
<
OBJECT
codeBase
="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height
="320"
width
="360"
classid
="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
VIEWASTEXT
>
<
PARAM
NAME
="_cx"
VALUE
="9525"
>
<
PARAM
NAME
="_cy"
VALUE
="8467"
>
<
PARAM
NAME
="FlashVars"
VALUE
=""
>
<
PARAM
NAME
="Movie"
VALUE
="<%=ProductionURL%>"
>
<
PARAM
NAME
="Src"
VALUE
="<%=ProductionURL%>"
>
<
PARAM
NAME
="WMode"
VALUE
="Transparent"
>
<
PARAM
NAME
="Play"
VALUE
="-1"
>
<
PARAM
NAME
="Loop"
VALUE
="-1"
>
<
PARAM
NAME
="Quality"
VALUE
="High"
>
<
PARAM
NAME
="SAlign"
VALUE
=""
>
<
PARAM
NAME
="Menu"
VALUE
="-1"
>
<
PARAM
NAME
="Base"
VALUE
=""
>
<
PARAM
NAME
="AllowScriptAccess"
VALUE
=""
>
<
PARAM
NAME
="Scale"
VALUE
="ShowAll"
>
<
PARAM
NAME
="DeviceFont"
VALUE
="0"
>
<
PARAM
NAME
="EmbedMovie"
VALUE
="0"
>
<
PARAM
NAME
="BGColor"
VALUE
=""
>
<
PARAM
NAME
="SWRemote"
VALUE
=""
>
<
PARAM
NAME
="MovieData"
VALUE
=""
>
<
PARAM
NAME
="SeamlessTabbing"
VALUE
="1"
>
<
PARAM
NAME
="Profile"
VALUE
="0"
>
<
PARAM
NAME
="ProfileAddress"
VALUE
=""
>
<
PARAM
NAME
="ProfilePort"
VALUE
="0"
>
<
embed
src
="<%=ProductionURL%>"
width
="360"
height
="320"
quality
="high"
pluginspage
="http://www.macromedia.com/go/getflashplayer"
type
="application/x-shockwave-flash"
wmode
="transparent"
>
</
embed
>
</
OBJECT
>
查看全文
相关阅读:
[论文收集] ICWS 2008论文
[论文笔记] The Impact of Service Pricing Models on Service Selection (ICIW, 2009)
[论文摘录] Web Service QoS的几个研究方向
[论文笔记] SOA Middleware Support for Service Process Reconfiguration with EndtoEnd QoS Constraints (ICWS 2009)
回顾与打算
[论文笔记] Fast Quality Driven Selection of Composite Web Services (ECOWS, 2006)
[论文调查] (Mixed) Integer Programming方法在Web Service领域应用概况
[论文笔记] Gradual Removal of QoS Constraint Violations by Employing Recursive Bargaining Strategy for Optimizing Service Composition Execution Path (ICWS, 2009)
[论文收集] ICSOC 2008 论文
[论文泛读] 论文泛读2篇
原文地址:https://www.cnblogs.com/hanguoji/p/378489.html
最新文章
独立按键的MSP430驱动
MSP430F149看门狗及其应用
MSP430的内部函数
MSP430F149的串口RS232接口
MSP430F149的IO口
MSP430F149的串口RS485接口
map
substr抽取字符
perl 元字符
perl的排序问题
热门文章
数组
计算变量中某元素个数
perl 正则s///与tr///
对数组每个元素取值foreach
perl跳过前四行
perl如何删除数组元素
牛客多校,gpa
[文章阅读] 3篇D.A. Menascé关于Web service QoS的文章(Internet Computing, 2002~2004)
[论文收集] QoSaware service composition相关论文
[论文泛读] ICWS2009 "QoS+服务组合"相关的两篇论文
Copyright © 2011-2022 走看看