/*	QF v2007 <http://www.QinFei.Net>
	程序开发团队(QQ:13149992)
	所在地上海          <param name="wmode" value="transparent">
          <param name="menu" value="false">
*/

function swf(src, w, h)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" VIEWASTEXT>';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="quality" value="high">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
	html += '</object>';
	document.write(html);
}


function swfC(src, w, h)
{
	html = '';
	html += '<object id="Streaming_click" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="'+w+'" height="'+h+'">';
	html += '<param name="FILENAME" value="'+src+'">';
	html += '<param name="AutoStart" value="1">';
	html += '<param name="TransparentAtStart" value="0">';
	html += '<param name="AnimationAtStart" value="0">';
	html += '<param name="DisplaySize" value="0">';
	html += '<param name="ShowControls" value="1">';
	html += '<param name="Volume" value="-600">';
	html += '<param name="ShowDisplay" value="0">';
	html += '<param name="ShowStatusBar" value="0">';
	html += '<param name="AutoSize" value="0">';
	html += '<param name="ClickToPlay" value="0">';
	html += '<param name="AutoRewind" value="0">';
	html += '</object>';
	document.write(html);
}

function swfD(src, w, h)
{
	html = '';
	html += '<object width="'+w+'" height="'+h+'"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">';
	html += '<param name="allowScriptAccess" value="sameDomain" />';
	html += '<param name="movie" value="'+src+'" />';
	html += '<param name="quality" value="high" />';
	html += '<embed width="'+w+'" height="'+h+'"  src="'+src+'" quality="high" bgcolor="transparent"  name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></EMBED>';
	html += '</object>';
	document.write(html);
}

function swfE(src, w)
{
	html = '';
	html += '<object id="Streaming_click" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="'+w+'">';
	html += '<param name="FILENAME" value="'+src+'">';
	html += '<param name="AutoStart" value="0">';
	html += '<param name="TransparentAtStart" value="0">';
	html += '<param name="AnimationAtStart" value="0">';
	html += '<param name="DisplaySize" value="0">';
	html += '<param name="ShowControls" value="0">';
	html += '<param name="bgcolor" value="#ffffff">';
	html += '<param name="Volume" value="-600">';
	html += '<param name="ShowDisplay" value="0">';
	html += '<param name="ShowStatusBar" value="0">';
	html += '<param name="AutoSize" value="0">';
	html += '<param name="ClickToPlay" value="0">';
	html += '<param name="AutoRewind" value="0">';
	html += '</object>';
	document.write(html);
}

function swfF(src, w, h)
{
	html = '';
	html += '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 width="'+w+'" height="'+h+'" classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 VIEWASTEXT>';
	html += '<PARAM NAME="_cx" VALUE="15875">';
	html += '<PARAM NAME="_cy" VALUE="13229">';
	html += '<PARAM NAME="FlashVars" VALUE="">';
	html += '<PARAM NAME="Movie" VALUE="'+src+'">';
	html += '<PARAM NAME="Src" VALUE="'+src+'">';
	html += '<PARAM NAME="WMode" VALUE="Window">';
	html += '<PARAM NAME="Play" VALUE="-1">';
	html += '<PARAM NAME="Loop" VALUE="-1">';
	html += '<PARAM NAME="Quality" VALUE="High">';
	html += '<PARAM NAME="SAlign" VALUE="">';
	html += '<PARAM NAME="Menu" VALUE="-1">';
	html += '<PARAM NAME="Base" VALUE="">';
	html += '<PARAM NAME="AllowScriptAccess" VALUE="">';
	html += '<PARAM NAME="Scale" VALUE="ShowAll">';
	html += '<PARAM NAME="DeviceFont" VALUE="0">';
	html += '<PARAM NAME="EmbedMovie" VALUE="0">';
	html += '<PARAM NAME="BGColor" VALUE="">';
	html += '<PARAM NAME="SWRemote" VALUE="">';
	html += '<PARAM NAME="MovieData" VALUE="">';
	html += '<PARAM NAME="SeamlessTabbing" VALUE="1">';
	html += '<PARAM NAME="Profile" VALUE="0">';
	html += '<PARAM NAME="ProfileAddress" VALUE="">';
	html += '<PARAM NAME="ProfilePort" VALUE="0">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" hspace=0 vspace=0 quality=high scale=ShowAll loop=true play=true Menu=true></EMBED>';
	html += '</OBJECT>';
	document.write(html);
}

function swfF2(src)
{
	html = '';
	html += '<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 VIEWASTEXT>';
	html += '<PARAM NAME="_cx" VALUE="15875">';
	html += '<PARAM NAME="_cy" VALUE="13229">';
	html += '<PARAM NAME="FlashVars" VALUE="">';
	html += '<PARAM NAME="Movie" VALUE="'+src+'">';
	html += '<PARAM NAME="Src" VALUE="'+src+'">';
	html += '<PARAM NAME="WMode" VALUE="Window">';
	html += '<PARAM NAME="Play" VALUE="-1">';
	html += '<PARAM NAME="Loop" VALUE="-1">';
	html += '<PARAM NAME="Quality" VALUE="High">';
	html += '<PARAM NAME="SAlign" VALUE="">';
	html += '<PARAM NAME="Menu" VALUE="-1">';
	html += '<PARAM NAME="Base" VALUE="">';
	html += '<PARAM NAME="AllowScriptAccess" VALUE="">';
	html += '<PARAM NAME="Scale" VALUE="ShowAll">';
	html += '<PARAM NAME="DeviceFont" VALUE="0">';
	html += '<PARAM NAME="EmbedMovie" VALUE="0">';
	html += '<PARAM NAME="BGColor" VALUE="">';
	html += '<PARAM NAME="SWRemote" VALUE="">';
	html += '<PARAM NAME="MovieData" VALUE="">';
	html += '<PARAM NAME="SeamlessTabbing" VALUE="1">';
	html += '<PARAM NAME="Profile" VALUE="0">';
	html += '<PARAM NAME="ProfileAddress" VALUE="">';
	html += '<PARAM NAME="ProfilePort" VALUE="0">';
	html += '<embed src="'+src+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" hspace=0 vspace=0 quality=high scale=ShowAll loop=true play=true Menu=true></EMBED>';
	html += '</OBJECT>';
	document.write(html);
}



function swfG(src, w, h)
{
	html = '';
	html += '<object id="Streaming_click" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="'+w+'" height="'+h+'">';
	html += '<param name="FILENAME" value="'+src+'">';
	html += '<param name="AutoStart" value="1">';
	html += '<param name="TransparentAtStart" value="1">';
	html += '<param name="AnimationAtStart" value="0">';
	html += '<param name="DisplaySize" value="0">';
	html += '<param name="ShowControls" value="0">';
	html += '<param name="Volume" value="-600">';
	html += '<param name="ShowDisplay" value="0">';
	html += '<param name="ShowStatusBar" value="0">';
	html += '<param name="AutoSize" value="0">';
	html += '<param name="ClickToPlay" value="0">';
	html += '<param name="AutoRewind" value="1">';
	html += '</object>';
	document.write(html);
}

function wmvA(src, w, h)
{
	html = '';
	html += '<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" id="frmplayer" type="application/x-oleobject" width="'+w+'" height="'+h+'" standby="Loading Microsoft Windows Media Player components...">';
	html += '<param name="FileName" value="'+src+'">';
	html += '<!--param name="CurrentPosition" value="0"-->';
	html += '<param name="DisplaySize" value="4">';
	html += '<param name="EnableFullScreenControls" value="0">';
	html += '<param name="ShowControls" value="0">';
	html += '<param name="ShowTracker" value="1">';
	html += '<param name="ShowAudioControls" value="0">';
	html += '<param name="ShowStatusBar" value="1">';
	html += '<param name="ShowDisplay" value="0">';
	html += '<param name="ShowCaptioning" value="0">';
	html += '<param name="ShowPositionControls" value="0">';
	html += '<param name="SetCurrentEntry" value="1">';
	html += '<param name="ClickToPlay" value="0">';
	html += '<param name="AutoSize" value="0">';
	html += '<param name="AutoStart" value="1">';
	html += '<param name="EnableContextMenu" value="0">';
	html += '<param name="volume" value="50%">';
	html += '<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" name="player" src="'+src+'" width="'+w+'" height="'+h+'" autostart="1" showcontrols="0"></embed>';
	html += '</object>';
	document.write(html);
}