alguna ayuda?
y he armado la funcion para cambiar el alto y ancho y le he dado vueltas pero no me queda .
codigo del video:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WwqqHpXFkGk...</param><param name="allowFullScreen" value="true"></param><param name="allowsc#iptaccess" value="always"></param><embed src="http://www.youtube.com/v/WwqqHpXFkGk&hl=es&fs=1" type="application/x-shockwave-flash" allowsc#iptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Código PHP:
$video = preg_replace("/(width=\")([0-9])*(\")/", "width=\"200\"", $video);
$video = preg_replace("/(height=\")([0-9])*(\")/", "height=\"150\"", $video);