function ShowFlash(pth)
{
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='785' height='310' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/header.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
	document.write("<PARAM NAME='bgcolor' VALUE='#71c7ff'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/header.swf' bgcolor='#71c7ff' width='785' height='310' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}

function ShowVideo(pth)
{
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='352' height='240' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/home/homevideo.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
	document.write("<PARAM NAME='bgcolor' VALUE='#FFFFFF'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/home/homevideo.swf' bgcolor='#FFFFFF' width='352' height='240' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}

function ShowStreamVideo(pth)
/*{
    document.write("<object classid='CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95' width='360' height='240' standby='Loading Windows Media Player components...' type='application/x-oleobject' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112' ID='streamheader'>");
    document.write("<PARAM NAME='MOVIE' VALUE='http://stream.miamidade.gov/content/MDTV/blind/CCofMiamiREV2_Hi.wmv'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='SHOWCONTROLS' value='True'>");
    document.write("<EMBED TYPE='application/x-mplayer' SRC='http://stream.miamidade.gov/content/MDTV/blind/CCofMiamiREV2_Hi.wmv' bgcolor='#FFFFFF' width='352' height='240' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}*/
{
        document.write("<object id='MediaPlayer' classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' width='320' height='240' standby='Loading Windows Media Player components…' type='application/x-oleobject' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112'>");
    document.write("<param name='FileName' value='http://stream.miamidade.gov/content/MDTV/blind/CCofMiamiREV2_Hi.wmv'>");
    document.write("<param name='AutoStart' value='true'>");
    document.write("<param name='ShowControls' value='true'>");
    document.write("<param name='BufferingTime' value='2'>");
    document.write("<param name='ShowStatusBar' value='true'>");
    document.write("<param name='AutoSize' value='true'>");
    document.write("<param name='InvokeURLs' value='false'>");
    document.write("<param name='AnimationatStart' value='1'>");
    document.write("<param name='TransparentatStart' value='1'>");
    document.write("<param name='Loop' value='0'>");
    document.write("<embed type='application/x-mplayer2' src='http://stream.miamidade.gov/content/MDTV/blind/CCofMiamiREV2_Hi.wmv' name='MediaPlayer' autostart='1' showstatusbar='1' showdisplay='1' showcontrols='1' loop='0' videoborder3d='0' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' width='320' height='240'>");
    document.write("</embed>");
    document.write("</object>");
}