Ich will Youtube Vids auf meiner Seite einbinden die aber jedes mal Geändert werden beim Neuladen, ich weiß aber nicht wie ichs Einstellen soll das es geht (soll ich eine Box auf der Seite und die Videos sollen Auto start haben)
<?php $anzahl = '5'; $video[] = 'v/fGE5Egk4i4k'; $video[] = 'v/tndFgLnIwx4'; $zufallswert = rand(0,$anzahl-1); $zufallsvideo = $video[$zufallswert]; fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fGE5Egk4i4k? fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x- shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="200" height="137"></embed></object> $anzahl = '2'; $video[] = 'v/fGE5Egk4i4k'; $video[] = 'v/tndFgLnIwx4'; $zufallswert = rand(0,$anzahl-1); $zufallsvideo = $video[$zufallswert]; fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fGE5Egk4i4k? fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x- shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="200" height="137"></embed></object>
Bei dem Ding sagt er: Parse error: syntax error, unexpected '=' in /home/www/cwcity/hosting/t/w/tw-racing/htdocs/include/boxes/music.php on line 9
Mein 2ter Versuch war
<html> <head> <title>Random Video</title> </head> <body> <h1>Displaying a random video</h1> <? /*source code of each embed videos inside the videos array*/ $videos= array('<object width="200" height="137"><param name="movie" value="http://www.youtube.com/v/fGE5Egk4i4k?fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fGE5Egk4i4k?fs=1&autoplay=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="200" height="137"></embed></object>','<object width="200" height="137"><param name="movie" value="http://www.youtube.com/v/tndFgLnIwx4?fs=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tndFgLnIwx4?fs=1&hl=de_DE&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="200" height="137"></embed></object>'); /*we display one video at a time (number 1 - default value)*/ $randvideo = array_rand($videos,1); echo $videos[$randvideo]; ?> </body> </html>
Funktioniert leider aber auch nicht, kann mir vielleicht jemand weiterhelfen? Ich hab alles durchsucht und alles was man findet und umschreibt funktioniert leider nicht so wie ich will >.<
Bitte helft mir
betroffene Homepage: tw-racing.cwsurf.de/