SoFunction
Updated on 2025-04-10

The movie system calls the "Polytong" acceleration player, and it will not get stuck if you drag it arbitrarily

<script language="javascript">
<!--
///
function GetPlayerVersion()
{
var LoginObj,ret;
Obj = new ActiveXObject("");
ret = ();
delete Obj;

return ret;
}

function Logon(strUsrName,strPassword)
{
var LoginObj,ret;
Obj = new ActiveXObject("");
ret = (strUsrName,strPassword);
delete Obj;
return ret;
}

function VodPlay2(strServer,strUrl,strName)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strUrl,strName);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function VodPlayExID(strServer,strID,strName)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strID,strName);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function VodPlayExIDExt(strServer,strID,strName, strExt)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strID,strName, strExt);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function VodPlayExIDExtSub(strServer,strID,strName, strExt, strSub)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strID,strName, strExt, strSub);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}
function VodPlayExPathExt(strServer,strPath, strID,strName, strExt)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strPath,strID,strName, strExt);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function VodPlayExPathExtSub(strServer,strPath,strID,strName, strExt, strSub)
{
try{
var Player;
Player = new ActiveXObject("");
(strServer,strPath,strID,strName, strExt, strSub);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function VodPlayExPlaylist(strUrl)
{
try{
var Player;
Player = new ActiveXObject("");
(strUrl);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}

function DownLoad(strServer,strID,strExt,strName)
{
try{
var Player;
//alert("ok");
Player = new ActiveXObject("");
(strServer,strID,strExt,strName);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
="......Player download address...";
return false;
}
return true;
}
function DownLoadPath(strServer,strPath,strID,strExt,strName)
{
try{
var Player;
//alert("ok");
Player = new ActiveXObject("");
(strServer,strPath,strID,strName,strExt);
delete Player;
}
catch(e)
{
alert("Please download and install the online media player first!");
= "...Player download address...";
return false;
}
return true;
}
VodPlayExPlaylist('...Movie Address...');
function closew(){
();
();
return false;
}

setTimeout("closew();", 10);

</script>