Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JW6 Flash fallback, is this method correct? Would it work in IE8?


I've put together some code that seems to be working.
Specifically I want to know if my method is correct and if it would work with IE8.

I'm working in a private local linux environment so I can't post a working example.

Code:


<script type="text/javascript">
jwplayer("myElement").setup
({
height: <?php echo $this->height; ?>,
width:<?php echo $this->width; ?>,
flashplayer: "<?php echo ($this->assetsUrl.'/jwplayer.flash.swf');?>",
sources:
[{
file: "http://****/videos/mp4SD/".$videoID ."sd.mp4",
},{
file: "http://****/videos/mp4HD/".$videoID ."hd.mp4",
},{
file: "http://****/videos/webmSD/".$videoID ."sd.webm",
},{
file: "http://****/videos/webmHD/".$videoID ."hd.webm",
},{
file: "http://****/videos/flv/".$videoID .".flv"
}]
});
</script>


3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

This should work fine in IE8.

rochelle.hairdo509

User  
0 rated :

no it does not, I played 2 videos both froze and didn't resume to play at all

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link then.

This question has received the maximum number of answers.