Gunnar Bittersmann: .flv startet nicht

Beitrag lesen

@@Anfänger:

<object type="application/x-shockwave-flash" data="http://localhost:8080/foobar/resources/video/player.swf"

Kann es sein, dass Browser, die das 'data'-Attribut auswerten, sich gar nicht um die 'param'-Elemente kümmern?

Sollte das Flash-Video nicht mit im URI stehen?

<object type="application/x-shockwave-flash" data="http://localhost:8080/foobar/resources/video/player.swf?file=http://localhost:8080/foobar/resources/video/video.FLV">

<param name="flashvars" value="videoFile=http://localhost:8080/foobar/resources/video/video.FLV&autoPlay=true"/>


Das ist ungültiges HTML. [HTML401 §B.2.2]

Live long and prosper,
Gunnar

--
Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.