ich habe mir eine enterpage mit videofunktion für meine homepage eingerichtet.mit dem beispiellink wird mein video angezeigt und abgespielt, jedoch sobald ich den link gegen einen anderen youtubelink austausche habe ich nur noch ein weisses bild....
was mache ich falsch, habe schon alles durch probiert....
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Enter to Page</title> <style type="text/css"> #img01 { background-image: url('video_enterpage/img1.jpg'); width: 882px; height: 698px; border: none; } #img01_video { position:relative; top: 236px; left: 63px; float: left; z-index:1; border: none; } #img01_buttons { position:relative; top: 258px; left: 70px; float: left; z-index:50; border: none; } body { background-color: #000000; background-image: url('video_enterpage/bg.jpg') ; background-repeat:repeat-x; margin:0 0; } </style> </head> <body> <div align="center"> <div id="img01" align="left"> <div id="img01_video" align="left"> <object style="height: 390px; width: 640px"><param name="movie" value="[u]http://www.youtube.com/watch?v=Qb44QU7kfRk?[/u]version=3&autoplay=1"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="[u]http://www.youtube.com/watch?v=Qb44QU7kfRk?[/u]version=3&autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object></div> <div id="img01_buttons" align="left"> <a href="index.php" title="Enter to the Page" onmouseover="document.getElementById('button1').src='video_enterpage/home_a.png';" onmouseout="document.getElementById('button1').src='video_enterpage/home.png';"><img src="video_enterpage/home.png" alt="Enter to the Page" border="0" id="button1" /></a><br> <a href="index.php?gbook" title="Greedings" onmouseover="document.getElementById('button2').src='video_enterpage/gbook_a.png';" onmouseout="document.getElementById('button2').src='video_enterpage/gbook.png';"><img src="video_enterpage/gbook.png" alt="Greedings" border="0" id="button2" /></a><br> <a href="index.php?joinus" title="Follow Us" onmouseover="document.getElementById('button3').src='video_enterpage/joinus_a.png';" onmouseout="document.getElementById('button3').src='video_enterpage/joinus.png';"><img src="video_enterpage/joinus.png" alt="Follow Us" border="0" id="button3" /></a><br> <a href="index.php?fightus" title="Challenge" onmouseover="document.getElementById('button4').src='video_enterpage/fightus_a.png';" onmouseout="document.getElementById('button4').src='video_enterpage/fightus.png';"><img src="video_enterpage/fightus.png" alt="Challenge" border="0" id="button4" /></a><br> <a href="index.php?forum" title="Visit this Forum" onmouseover="document.getElementById('button5').src='video_enterpage/forum_a.png';" onmouseout="document.getElementById('button5').src='video_enterpage/forum.png';"><img src="video_enterpage/forum.png" alt="Visit this Forum" border="0" id="button5" /></a></div> </div> </div> </body> </html>
--- ich habe die fehlerhafte stellen ,die es sein müssen, unterstrichen....
mfg ludde
betroffene Homepage: externer Link
Zuletzt modifiziert von ludde am 24.08.2012 - 12:58:41