aggiungi in fondo alla tua serie di replace questo:
Codice PHP:
$replace='
<object width="340" height="280">
    <param name="movie" value="$1"></param>
    <param name="wmode" value="transparent"></param>
    <embed src="$1"
           type="application/x-shockwave-flash"
           wmode="transparent"
           width="340"
           height="280">
    </embed>
</object>'
;
$string=preg_replace('/\\[utube\\](.*?)\\[\\/utube\\]/i',$replace,$string);