|
|
|
\n');
}
function skyVideo_DoFSCommand(command,args) {
if(command == "loadParams") {
writeDataToFlash();
}
if(command == "getAdData") {
sendAddToTag();
}
if(command == "callTracking") {
sky_count_video(args);
}
if(command == "callAdTracking") {
sky_count_ad(args);
}
}
function sendAddToTag() {
document.skyVideo.SetVariable("add2tag",add2tag);
}
function writeDataToFlash() {
document.skyVideo.SetVariable("dataClipHeadline","");
document.skyVideo.SetVariable("isLiveUrl","0");
document.skyVideo.SetVariable("showICQ","0");
document.skyVideo.SetVariable("dataClipDescription","Todays+Top+News%3A+Rabbit+invasion+is+coming%21");
document.skyVideo.SetVariable("videoUrl","%2Fde%2Fpc_konsolen%2F2007-09%2F7G_071107_rayman.flv");
document.skyVideo.SetVariable("showBlog","0");
document.skyVideo.SetVariable("allowAd","0");
document.skyVideo.SetVariable("firstTeaserDocId","51");
document.skyVideo.SetVariable("showMyVideo","");
document.skyVideo.SetVariable("dataClipInfo","");
document.skyVideo.SetVariable("allowTracking","0");
document.skyVideo.SetVariable("thirdTeaserDocId","");
document.skyVideo.SetVariable("thirdTeaserHeadline","");
document.skyVideo.SetVariable("altConfig","");
document.skyVideo.SetVariable("dataTags","Games%2CGames%2C+Raymon+Raving+Rabbits+2%2C+Trailer%2C+");
document.skyVideo.SetVariable("showViral","0");
document.skyVideo.SetVariable("firstTeaserHeadline","More+Trailers");
document.skyVideo.SetVariable("altSkin","");
document.skyVideo.SetVariable("showFavorites","0");
document.skyVideo.SetVariable("videoLengthCategory","1");
document.skyVideo.SetVariable("secondTeaserDocId","");
document.skyVideo.SetVariable("secondTeaserHeadline","");
document.skyVideo.SetVariable("showRating","0");
}
function sky_count_ad() {
}
function sky_count_video(NTKerweiterung) {
if(typeof NTKerweiterung == "undefined"){
NTKerweiterung = "";
}
var NTKSKTG="flashvideo;";
var NTKBASISPFAD = "pro7"+document.location.pathname;
var NTKPFAD="/flashvideo/";
var imgntkbox = new Image();
NTKPFAD = NTKPFAD+NTKBASISPFAD+NTKerweiterung;
var ntkbox = "http://ntk.psdm.de/cgi-bin/ivw/CP/"+NTKSKTG+NTKPFAD;
ntkbox += ((ntkbox.substr(-1) != "/") ? "/" : "") + "?" + Math.random().toString().replace(/\./, "");
imgntkbox.src = ntkbox;
//alert(ntkbox);
}
-->
|
|
|