﻿    function VideoOynatAuto(strURL)
    {
        document.write('<!--Video Player-->');
        document.write('<object id=\"objVideo\" width=\"320\" height=\"285\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading Microsoft Windows Media Player components...\" type=\"application/x-oleobject\">');
        document.write('<!-- IE icin -->');
        document.write('<param name=\"FileName\" value=\"' + strURL + '\">');
        document.write('<param name=\"AutoStart\" value=\"1\">');
        document.write('<param name=\"AutoSize\" value=\"0\">');
        document.write('<param name=\"Volume\" value=\"-200\">');
        document.write('<param name=\"ShowControls\" value=\"1\">');
        document.write('<param name=\"ShowDisplay\" value=\"0\">');
        document.write('<param name=\"ShowStatusBar\" value=\"1\">');
        document.write('<param name=\"ShowGotoBar\" value=\"0\">');
        document.write('<param name=\"ShowTracker\" value=\"1\">');
        document.write('<param name=\"ShowPositionControls\" value=\"0\">');
        document.write('<param name=\"EnablePositionControls\" value=\"0\">');
        document.write('<param name=\"EnableContextMenu\" value=\"0\">');
        document.write('<!-- Firefox icin -->');
        document.write('<embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/download/default.asp\" filename=\"' + strURL + '\" name=\"TVLivePlay\" AutoStart=\"1\" AutoSize=\"0\" Volume=\"-200\" ShowControls=\"1\" ShowDisplay=\"0\" ShowStatusBar=\"1\" ShowGotoBar=\"0\" ShowTracker=\"0\" ShowPositionControls=\"0\" EnablePositionControls=\"1\" EnableContextMenu=\"1\" width=\"320\" height=\"285\"></embed>');
        document.write('</object>');
        document.write('<!--Video Player-->');
    }

    function VideoOynat(strURL)
    {
        document.write('<!--Video Player-->');
        document.write('<object id=\"objVideo\" width=\"320\" height=\"285\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading Microsoft Windows Media Player components...\" type=\"application/x-oleobject\">');
        document.write('<!-- IE icin -->');
        document.write('<param name=\"FileName\" value=\"' + strURL + '\">');
        document.write('<param name=\"AutoStart\" value=\"0\">');
        document.write('<param name=\"AutoSize\" value=\"0\">');
        document.write('<param name=\"Volume\" value=\"-200\">');
        document.write('<param name=\"ShowControls\" value=\"1\">');
        document.write('<param name=\"ShowDisplay\" value=\"0\">');
        document.write('<param name=\"ShowStatusBar\" value=\"1\">');
        document.write('<param name=\"ShowGotoBar\" value=\"0\">');
        document.write('<param name=\"ShowTracker\" value=\"1\">');
        document.write('<param name=\"ShowPositionControls\" value=\"0\">');
        document.write('<param name=\"EnablePositionControls\" value=\"0\">');
        document.write('<param name=\"EnableContextMenu\" value=\"0\">');
        document.write('<!-- Firefox icin -->');
        document.write('<embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/download/default.asp\" filename=\"' + strURL + '\" name=\"TVLivePlay\" AutoStart=\"0\" AutoSize=\"0\" Volume=\"-200\" ShowControls=\"1\" ShowDisplay=\"0\" ShowStatusBar=\"0\" ShowGotoBar=\"0\" ShowTracker=\"0\" ShowPositionControls=\"0\" EnablePositionControls=\"1\" EnableContextMenu=\"1\" width=\"320\" height=\"285\"></embed>');
        document.write('</object>');
        document.write('<!--Video Player-->');
        /*classid= "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  codebase= "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" */
    }
    
    function VideoOynatKucuk(strURL, intAutoStart)
    {
        document.write('<!--Video Player-->');
        document.write('<object id=\"objVideo\" width=\"200\" height=\"213\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading Microsoft Windows Media Player components...\" type=\"application/x-oleobject\">');
        document.write('<!-- IE icin -->');
        document.write('<param name=\"FileName\" value=\"' + strURL + '\">');
        document.write('<param name=\"AutoStart\" value=\"' + intAutoStart + '\">');
        document.write('<param name=\"AutoSize\" value=\"0\">');
        document.write('<param name=\"Volume\" value=\"-200\">');
        document.write('<param name=\"ShowControls\" value=\"1\">');
        document.write('<param name=\"ShowDisplay\" value=\"0\">');
        document.write('<param name=\"ShowStatusBar\" value=\"0\">');
        document.write('<param name=\"TransparentAtStart\" value=\"1\">');		
        document.write('<param name=\"ShowGotoBar\" value=\"0\">');
        document.write('<param name=\"ShowTracker\" value=\"0\">');
        document.write('<param name=\"ShowPositionControls\" value=\"0\">');
        document.write('<param name=\"EnablePositionControls\" value=\"0\">');
        document.write('<param name=\"EnableContextMenu\" value=\"0\">');
        document.write('<!-- Firefox icin -->');
        document.write('<embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/download/default.asp\" filename=\"' + strURL + '\" TransparentAtStart=\"1\" name=\"TVLivePlay\" AutoStart=\"' + intAutoStart + '\" AutoSize=\"0\" Volume=\"-200\" ShowControls=\"1\" ShowDisplay=\"0\" ShowStatusBar=\"0\" ShowGotoBar=\"0\" ShowTracker=\"0\" ShowPositionControls=\"0\" EnablePositionControls=\"1\" EnableContextMenu=\"1\" width=\"200\" height=\"213\"></embed>');
        document.write('</object>');
        document.write('<!--Video Player-->');
    }
 