Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$str = preg_replace("/width=\"\d\"/iU", "Ersatz", $str);
$programm[count-1] = preg_replace("/width=\"\d\"/iU", "width=\"300\"", $programm[count-1]);
$programm[count-1] = preg_replace("/height=\"\d\"/iU", "height=\"216\"", $programm[count-1]);
$programm[count-1] = preg_replace('/width="\d+"/iU', 'width="300"', $programm[count-1]);
$programm[count-1] = preg_replace('/height="\d+"/iU', 'height="216"', $programm[count-1]);
$objekt = $_POST['objekt'];
$objekt = str_replace("\n", "", $objekt);
$objekt = str_replace("\r", "", $objekt);
$objekt = preg_replace("/width=\"\d+\"/iU", "width=\"300\"", $objekt);
$objekt = preg_replace("/height=\"\d+\"/iU", "height=\"216\"", $objekt);
<object width="425" height="355"><param name="movie" value=[URL]"http://www.youtube.com/v/mi606z2Ld1g&rel=1"[/URL]></param><param name="wmode" value="transparent"></param><embed src=[URL]"http://www.youtube.com/v/mi606z2Ld1g&rel=1"[/URL] type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>