﻿function ShowFlash(file, title){
    var str = '<embed width="400" height="300" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="' + file + '" controls="controlpanel" fullscreen="0" loop="true" currentmarker="0" volume="100" mute="0" uimode="full" stretchtofit="0" windowlessvideo="0" enabled="-1" enablecontextmenu="true" playcount="10" showcontrols="1" autostart="true" showdisplay="false" showstatusbar="1"></embed>';
    if(file.indexOf(".flv") > 0)
        str = '<object type="application/x-shockwave-flash" data="vcastr3.swf" width="400" height="300" id="vcastr3"><param name="wmode" value="opaque" /><param name="movie" value="vcastr3.swf" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="xml=<vcastr><channel><item><source>' + file + '</source><duration></duration><title>filename tesst</title></item></channel><config><bufferTime>4</bufferTime><contralPanelAlpha>0.75</contralPanelAlpha><controlPanelBgColor>0x757d85</controlPanelBgColor><controlPanelBtnColor>0xffffff</controlPanelBtnColor><contralPanelBtnGlowColro>0x3c4045</contralPanelBtnGlowColro><controlPanelMode>float</controlPanelMode><defautVolume>1</defautVolume><isAutoPlay>true</isAutoPlay><isLoadBegin>true</isLoadBegin><isShowAbout>true</isShowAbout><scaleMode >showAll</scaleMode ></config></vcastr>" /></object>';
    
    document.getElementById("flashcontent2").innerHTML = str;
    document.getElementById("TitleAlbum").innerHTML = title;
}
function ShowFlashHome(file){
	                var str = '<object type="application/x-shockwave-flash" data="vcastr3.swf" width="460" height="239" id="vcastr3"><param name="wmode" value="opaque" /><param name="movie" value="vcastr3.swf" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="xml=<vcastr><channel><item><source>' + file + '</source><duration></duration><title>filename tesst</title></item></channel><config><bufferTime>4</bufferTime><contralPanelAlpha>0.75</contralPanelAlpha><controlPanelBgColor>0x757d85</controlPanelBgColor><controlPanelBtnColor>0xffffff</controlPanelBtnColor><contralPanelBtnGlowColro>0x3c4045</contralPanelBtnGlowColro><controlPanelMode>float</controlPanelMode><defautVolume>1</defautVolume><isAutoPlay>true</isAutoPlay><isloadbegin>true</isloadbegin><isShowAbout>true</isShowAbout><scaleMode >showAll</scaleMode ></config></vcastr>" /></object>';
	                document.getElementById("flashcontent").innerHTML = str;
	            }
function ShowFlashHome1(file){
	                var str = '<object type="application/x-shockwave-flash" data="vcastr3.swf" width="460" height="239" id="vcastr3"><param name="wmode" value="opaque" /><param name="movie" value="vcastr3.swf" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="xml=<vcastr><channel><item><source>' + file + '</source><duration></duration><title>filename tesst</title></item></channel><config><bufferTime>4</bufferTime><contralPanelAlpha>0.75</contralPanelAlpha><controlPanelBgColor>0x757d85</controlPanelBgColor><controlPanelBtnColor>0xffffff</controlPanelBtnColor><contralPanelBtnGlowColro>0x3c4045</contralPanelBtnGlowColro><controlPanelMode>float</controlPanelMode><defautVolume>1</defautVolume><isAutoPlay>false</isAutoPlay><isLoadBegin>true</isLoadBegin><isShowAbout>true</isShowAbout><scaleMode >showAll</scaleMode ></config></vcastr>" /></object>';
	                document.getElementById("flashcontent").innerHTML = str;
	            }	            
function ShowTv(file){
	                var str = '<embed width="400" height="372" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="' + file + '" controls="controlpanel" fullscreen="0" loop="true" currentmarker="0" volume="100" mute="0" uimode="full" stretchtofit="1" windowlessvideo="0" enabled="-1" enablecontextmenu="true" playcount="10" showcontrols="1" autostart="true" showdisplay="false" showstatusbar="1"></embed>';
	                document.getElementById("flashcontent").innerHTML = str;
	            }	 

function OpenUrl(url){
    window.open(url,"dnrtv","menubar=no,width=510,height=600,toolbar=no");
}