﻿// copyright (c) 2009 webei.com
function player(url, w, h, skin) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="' + w + '" height="' + h + '">');
document.write('<param name="movie" value="http://www.webei.com/player/player_' + skin + '.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="allowfullscreen" value="true" />');
document.write('<param name="flashvars" value="vcastr_file=' + url + '" />');
document.write('<embed src="http://www.webei.com/player/player_' + skin + '.swf" flashvars="vcastr_file=' + url + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '" quality="high">');
document.write('</embed>');
document.write('</object>');}
