window.onload=init;
function init(){
str='<embed src="http://www.cctv.com/defd.swf" type="application/x-shockwave-flash" width="450" height="390" > '
str1=str.replace(/(<embed src=".+?" width=")(\d+)(" height=")(\d+)(" >)/,'$1600$3550 $5')
alert(str1)
}