O sistema cinematográfico chama o Polygon Accelerated Player, e não ficará preso se você o arrastar arbitrariamente. É absolutamente uma coisa boa! Se você não acredita, tente! <idioma do script = javascript>
<!-
///
função getplayerversion ()
{
var Loginobj, ret;
Obj = new ActivexObject (vodhelper.netplayer);
ret = obj.getCurrentversion ();
excluir obj;
retornar retorno;
}
Função Logon (Strusrname, Strpassword)
{
var Loginobj, ret;
Obj = new ActivexObject (vodhelper.netplayer);
ret = obj.logon (strusrname, strpassword);
excluir obj;
retornar retorno;
}
função vodplay2 (strserver, strurl, strname)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.Play (StrServer, Strurl, Strname);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexid (strServer, strid, strname)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExid (StrServer, Strid, Strname);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexidext (strserver, strid, strname, strext)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExidext (StrServer, Strid, Strname, Strext);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexidextSub (StrServer, Strid, Strname, Strext, Strsub)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExidextSub (StrServer, Strid, Strname, Strext, Strsub);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexpathExt (strserver, strpath, strid, strname, strext)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExpathExt (StrServer, Strpath, Strid, Strname, Strext);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexpathextSub (strserver, strpath, strid, strname, strext, strsub)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExpathExtSub (StrServer, Strid, Strid, Strname, Strext, Strsub);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
função vodplayexplaylist (strurl)
{
tentar{
var player;
Player = new ActiveXObject (vodhelper.netplayer);
Player.PlayExplayList (Strurl);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
Função Download da carga (StrServer, Strid, Strext, Strname)
{
tentar{
var player;
// alerta (ok);
Player = new ActiveXObject (vodhelper.netplayer);
Player.Download (StrServer, Strid, Strext, Strname);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ... endereço de download do jogador ...;
retornar falso;
}
retornar true;
}
Função DownloadPath (StrServer, Strid, Strid, Strext, Strname)
{
tentar{
var player;
// alerta (ok);
Player = new ActiveXObject (vodhelper.netplayer);
Player.DownloadPath (StrServer, Strpath, Strid, Strname, Strext);
excluir jogador;
}
captura (e)
{
alerta (faça o download e instale o mídia on -line primeiro!);
document.location.href = ...... Endereço para download do jogador ...;
retornar falso;
}
retornar true;
}
VodplayExplayList ('... endereço do filme ...');
função closew () {
self.focus ();
self.close ();
retornar falso;
}
setTimeout (Closew ();, 10);
</script>