映画システムはポリゴン加速プレーヤーを呼び出しますが、任意にドラッグしても動けなくなります。それは絶対に良いことです!信じられない場合は、試してみてください! <スクリプト言語= javascript>
<! -
///
関数getPlayerversion()
{
var loginobj、ret;
obj = new ActiveXObject(vodhelper.netplayer);
ret = obj.getCurrentVersion();
objを削除します。
返品;
}
function logon(strusrname、strpassword)
{
var loginobj、ret;
obj = new ActiveXObject(vodhelper.netplayer);
ret = obj.logon(strusrname、strpassword);
objを削除します。
返品;
}
function vodplay2(strserver、strur、strname)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.play(strserver、strur、strname);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function Vodplayexid(strserver、strid、strname)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexid(strserver、strid、strname);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function vodplayexidext(strserver、strid、strname、strext)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexidext(strserver、strid、strname、strext);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function Vodplayexidextsub(strserver、strid、strname、strext、strsub)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexidextsub(strserver、strid、strname、strext、strsub);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function Vodplayexpathext(strserver、strpath、strid、strname、strext)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexpathext(strserver、strpath、strid、strname、strext);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function Vodplayexpathextsub(strserver、strpath、strid、strname、strext、strsub)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexpathextsub(strserver、strpath、strid、strname、strext、strsub);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function Vodplayexplaylist(strurl)
{
試す{
var player;
player = new ActiveXObject(vodhelper.netplayer);
player.playexplaylist(strurl);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function downloadload(strserver、strid、strext、strname)
{
試す{
var player;
// alert(ok);
player = new ActiveXObject(vodhelper.netplayer);
player.download(strserver、strid、strext、strname);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ...プレーヤーダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
function downloadpath(strserver、strpath、strid、strext、strname)
{
試す{
var player;
// alert(ok);
player = new ActiveXObject(vodhelper.netplayer);
player.downloadPath(strserver、strpath、strid、strname、strext);
プレーヤーを削除します。
}
キャッチ(e)
{
アラート(最初にオンラインメディアプレーヤーをダウンロードしてインストールしてください!);
document.location.href = ......プレーヤーのダウンロードアドレス...;
falseを返します。
}
trueを返します。
}
vodplayexplaylist( '...ムービーアドレス...');
関数closew(){
self.focus();
self.close();
falseを返します。
}
setimeout(closew();、10);
</script>