﻿function Show_Flash(url, width, height){

  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
	document.write('<param name="allowScriptAccess" value="always">');
     document.write('<param name="movie" value="' + url + '">');

     document.write('<param name="quality" value="high">');
  
  document.write('<param name="loop" value="false">');
  
  document.write('<param name="menu" value="false">');

     document.write('<param name="wmode" value="transparent">');

     document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always"  type="application/x-shockwave-flash" menu="false" loop="false" width="' + width + '" height="' + height + '"></embed>');

     document.write('</object>');
}

function techbugJSFunc(codeStr){
	alert(codeStr)
}


  
  function tv_adplay(file,w,h,mediaName) {
document.write('<object id="'+mediaName+'" name=id="'+mediaName+'" width='+w+' height='+h+' classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,05,0809" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" VIEWASTEXT>')
document.write('<param name="transparentAtStart" value="False">')
document.write('<param name="transparentAtStop" value="False">')
document.write('<param name="AnimationAtStart" value="0">')
document.write('<param name="Loop" value="true">')
document.write('<param name="AutoStart" value="true">')
document.write('<param name="AutoRewind" value="False">')
document.write('<param name="SendMouseClickEvents" value="True">')
document.write('<param name="DisplaySize" value="0">')
document.write('<param name="AutoSize" value="False">')
document.write('<param name="ShowDisplay" value="False">')
document.write('<param name="ShowControls" value="False">')
document.write('<param name="ShowTracker" value="False">')
document.write('<param name="FileName" value="'+file+'">')
document.write('<param name="Enabled" value="0">')
document.write('<param name="EnableContextMenu" value="0">')
document.write('<param name="EnablePositionControls" value="0">')
document.write('<param name="EnableFullScreenControls" value="0">')
document.write('<param name="ShowPositionControls" value="0">')
document.write('<param name="Mute" value="0">')
document.write('<param name="Rate" value="1">')
document.write('<param name="SAMILang" value="">')
document.write('<param name="SAMIStyle" value="">')
document.write('<param name="SAMIFileName" value="">')
document.write('<param name="ClickToPlay" value="0">')
document.write('<param name="CursorType" value="1">')
document.write('<embed src="'+file+'" id="'+mediaName+'" Loop=true showpositioncontrols="false" showstatusbar="false" showaudiocontrols="false" quality=high menu="false" bgcolor=#FFFFFF  WIDTH="'+w+'" HEIGHT="'+h+'" autoplay=ture controller=false ShowTracker="false" showcontrols="true" type="application/x-oleobject"></embed></object>')
} 

