Hello, there is a way with php4 dom to change the attributes, say witdh and height, of an youtube´s object in a variable?
for instance:
i was looking around but couldn`t success.
thanks in advance!
for instance:
Code:
$string= '<object width="325" height="244"> <param name="movie" value="http://www.youtube.com/v/l1GAZLV1pz4&hl=es_ES&fs=1&"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/l1GAZLV1pz4&hl=es_ES&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="244"></embed> </object>';
thanks in advance!
Comment