Webstatt.org - Community seit 2006 - 2012 (2024?)

youtube valide einbinden

Avatar user-180
20.11.2006 09:27

hi. wie binde ich youtube videos so ein dass sie der validator nicht mehr meckert?

wenn ich folgenden code (= der von youtube) verwende wird das video ausserdem zweimal angezeigt.


<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/XnCR3fAVPWs"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/XnCR3fAVPWs" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

also wie gehts richtig?

may the force be with you. but mostly with me.
user-228
20.11.2006 11:00

embed raus und data-attribut für object -> http://alistapart.com/articles/flashsatay

gruß.

Avatar user-180
20.11.2006 11:27

danke.
leider kenne ich mich nicht mit flach aus und kann deswegen keinen player bauen, der den eigentlichen player lädt.

//edit:
so habe eine validen code gefunden!:
<object type="application/x-shockwave-flash" style="width:425px; height:350px" data="http://www.youtube.com/v/DEINE_VIDEO_ID"><param name="movie" value="http://www.youtube.com/v/DEINE_VIDEO_ID"></param></object>

may the force be with you. but mostly with me.
Avatar user-182
20.11.2006 13:24

braucht das <param> attribut nicht auch width und height?

Seid ihr auch schon wix'r? xD
Avatar user-180
20.11.2006 13:25

laut http://validator.w3.org passt alles.

may the force be with you. but mostly with me.
Avatar user-182
20.11.2006 13:26

joa schon^^ aber <iframe></iframe> wäre auch schon valide, nur fürn user ists zu klein xD

Seid ihr auch schon wix'r? xD
Avatar user-180
20.11.2006 13:27

ff ie & opera machens in der richtigen größe

may the force be with you. but mostly with me.
Avatar user-182
20.11.2006 13:28

okay dann ists gut lächeln sorry ^^

// Noch ein aktueller Artikel: http://alistapart.com/articles/byebyeembed

Seid ihr auch schon wix'r? xD
Avatar user-180
20.11.2006 13:30

hm allerdings habe ich grade festgestellt, dass das video irgentwie nicht laden will.. also es wird angezeigt aber der ladebildschirm bleibt die ganze zeit stehen. woran kann das liegen

may the force be with you. but mostly with me.
Avatar user-182
20.11.2006 13:31

hast mal nen link?

Seid ihr auch schon wix'r? xD
Avatar user-180
20.11.2006 13:35

http://www.fishnation.de

may the force be with you. but mostly with me.
Avatar user-182
20.11.2006 13:48

mhh komisch, also bei mir spielters ab

Seid ihr auch schon wix'r? xD
Avatar user-180
20.11.2006 13:51

okay dann liegts an meinem setup. danke fürs testen ! ^^

may the force be with you. but mostly with me.