Ok. Ich versuch nochmal.
Html-Editor, vor dem Publizieren:
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Video Test</title>
</head><body><br>
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/KJJ4V5f2wrY&rel=1"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/KJJ4V5f2wrY&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</body></html>
Und nach dem Publizieren:
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Video Test</title>
</head><body><br>
<object height="355" width="425">
<param name="movie" value="http://www.youtube.com/v/KJJ4V5f2wrY&rel=1">
<param name="wmode" value="transparent">
<embed src="KJJ4V5f2wrY&rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></object>
<br>
</body></html>
Wieso ändert sich nach dem Hochladen? Siehe bei "src="KJJ4V5f2wrY&rel=1", eigentlich muss ein Link dazu gehören. Ach ja, mir fällt auf. Wenn meine Seite offline ist, dann erscheint ja ein Video. Ausser online nicht :(.