Hi
Also ich habe da auch einige Prbleme mit dem Fallback.
Die kann mich der bisherigen Erkenntnis anschliessen.
- Videotyp ist hinzugefügt
- Mutlidomain installaion, aber auch Single - bei beiden der Fehler da
Wenn ich es im einzeln publiziere, funkioniert's.
Wenn ich nun den mittels meinem Testrechner mit IE8 die Seite öffne habe ich einen Screenshot hier angefügt.
Codeausgabe von dem IE8 Rechner
HTML-Code:
<div class="ce_html5videojs g6 ce_text">
<div class="video-js-box">
<video id="html5video3321" class="video-js" width="415" height="250" controls="controls" preload="auto" autoplay="autoplay" poster="system/html/cloud-video-bf3e9ec5.jpg">
<source src="tl_files/video/Cloud_Computing.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<object class="vjs-flash-fallback" width="415" height="250" type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"playlist":["system/html/cloud-video-bf3e9ec5.jpg", {"url": "tl_files/video/Cloud_Computing.mp4","autoPlay":false,"autoBuffering":false,"scaling":"fit"}]}' />
<img src="system/html/cloud-video-bf3e9ec5.jpg" width="415" height="250" alt="Das Gerät unterstützt keine HTML5..." title="Das Gerät unterstützt keine HTML5..." /> </object>
</video>
<p class="vjs-no-video"><strong>Download Video:</strong>
<a href="tl_files/video/Cloud_Computing.mp4">MP4</a> </p>
</div>
</div>
<script type="text/javascript">
VideoJS.DOMReady(function(){
var html5video3321 = VideoJS.setup("html5video3321", {
controlsBelow: false,
controlsHiding: true,
defaultVolume: 0.5,
useBuiltInControls: false,
controlsAtStart: false,
});
});
</script>
was ich noch ausprobiert habe: in den Dateien ( ce_html5videojs.xhtml & ce_html5videojs.html5) unter /httpdocs/system/modules/html5video-js/templates die releases angepasst
von data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" zu data="http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf" jeweils angepasst, dies hatte keine Auswirkung.
danke euch im voraus
grüsse.lindu