//Change the URLs in the lines below to the new FLV url, FLVProgressive url, and new FLVSkin url.  You do not need to include the .flv portion of the link.
var FLVurl = "http://cisco-flv.att-idns.net/flash/global/newsAtCisco/jayshreefin.flv";
var FLVProgressive = "http://blogs.cisco.com/news/images/FLVPlayer_Progressive_nw07_vlog5_jayshree2_072407.swf";
var FLVSkin = "http://blogs.cisco.com/news/images/Halo_Skin_3";
 
document.write(' <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="422" height="275" id="FLVPlayer"> ');
document.write('   <param name="movie" value="'+FLVProgressive+'" /> ');
document.write('   <param name="salign" value="lt" /> ');
document.write('   <param name="quality" value="high" /> ');
document.write('   <param name="scale" value="noscale" /> ');
document.write('   <param name="FlashVars" value="&MM_ComponentVersion=1&skinName='+FLVSkin+'&streamName='+FLVurl+'&autoPlay=false&autoRewind=false" /> ');
document.write('   <embed src="'+FLVProgressive+'" flashvars="&MM_ComponentVersion=1&skinName='+FLVSkin+'&streamName='+FLVurl+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="422" height="275" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> ');
document.write(' </object> ');
