1. ホーム
  2. Web プログラミング
  3. ウェブプレーヤー

映画システムは "Polycom "加速プレーヤー、カードではない意志でドラッグを呼び出します。

2022-01-02 03:53:03
<script language="javascript">
<! --
///
関数 GetPlayerVersion()
{
var LoginObj,ret;
Obj = new ActiveXObject("VodHelper.NetPlayer");
ret = Obj.GetCurrentVersion();
Obj を削除します。
はretを返します。
}
関数Logon(strUsrName,strPassword)
{
var LoginObj,ret;
Obj = new ActiveXObject("VodHelper.NetPlayer");
ret = Obj.Logon(strUsrName,strPassword);
Objを削除します。
return ret;
}
function VodPlay2(strServer,strUrl,strName)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.Play(strServer,strUrl,strName)。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExID(strServer,strID,strName)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExID(strServer,strID,strName)。
Playerを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExIDExt(strServer,strID,strName,strExt)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExIDExt(strServer,strID,strName, strExt)を実行します。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExIDExtSub(strServer,strID,strName,strExt,strSub)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExIDExtSub(strServer,strID,strName,strExt, strSub)を実行します。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExPathExt(strServer,strPath,strID,strName,strExt)
{
try{
var プレイヤー。
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExPathExt(strServer,strPath,strID,strName, strExt)を実行します。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExPathExtSub(strServer,strPath,strID,strName,strExt,strSub)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExPathExtSub(strServer,strPath,strID,strName,strExt, strSub)を実行。
Playerを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function VodPlayExPlaylist(strUrl)
{
try{
var Player;
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.PlayExPlaylist(strUrl)を実行します。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function DownLoad(strServer,strID,strExt,strName)
{
try{
var Player;
//alert("ok")を実行します。
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.Download(strServer,strID,strExt,strName)を実行。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href ="・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
function DownLoadPath(strServer,strPath,strID,strExt,strName)
{
try{
var Player;
//alert("ok")を実行します。
Player = new ActiveXObject("VodHelper.NetPlayer");
Player.DownloadPath(strServer,strPath,strID,strName,strExt)を実行。
プレーヤーを削除します。
}
キャッチ(e)
{
alert("Please download and install the web media player first! ")。
document.location.href = "・・・・・・。プレーヤーダウンロードのアドレス......"。
は false を返します。
}
はtrueを返します。
}
VodPlayExPlaylist('......movie address ............');
関数 closew(){
self.focus()を実行します。
self.close()を実行します。
は false を返します。
}
setTimeout("closew();", 10)を実行します。
</script>