﻿
function GetLive() {
    window.frames['tvnet'].location.href = "GetLive.html";
}
function GetVideo(id, resim) {
    var url = window.frames['tvnet'].location.href;
    if (url.indexOf('GetVideo.aspx') == -1) {
        window.frames['tvnet'].location.href = 'GetVideo.aspx';
        setTimeout("window.frames['tvnet'].player.sendEvent('load', '/flv/" + id + "')", 1000);
    }
    else {
        
        window.frames['tvnet'].player.sendEvent('Load', { file:'/flv/'+ id, image: '/flv/resim/' + resim });
    }
}
function showStatus(sMsg) {
    window.status = sMsg;
    return true;
}

function OpenMessageBox(Id) {
    window.open("MesajYaz.aspx?CID=" + Id, "", "width=450,height=350,status=no,toolbar=no,scrollbars=yes,resizable=no,navbar=no,left=0,top=0");
}