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

Embeded Player


We are trying to figure out how to get both the FLV and MP4 video to play our videos.

This is the code we use for the FLV files but want both to work.

<p align="center"><div id='playergwjocFZIEgas'></div>
<div id='playeryfJusveiQrNV'></div>
<script type='text/javascript'>
jwplayer('playeryfJusveiQrNV').setup({
file: 'http://www.gucw.org/video/armies1.flv',
image: 'http://www.gucw.org/gucwlogo.jpg',
title: 'Armies Surrounding Jerusalem Part 1 with Tom Kerry',
width: '854',
height: '480',
skin: 'bekle',
autostart: 'false',
ga: '{}',
sharing: '{}'
});
</script>

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

You would need to include both MP4 and FLV video URLs in a sources: [] block. Please see https://support.jwplayer.com/customer/en/portal/articles/1710454-configuring-multiple-sources for a code example.

This question has received the maximum number of answers.