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

My upgrade from Jwplayer 6 to JW player 7..is not working!!!


Can someone tell me what I need to change in the below to make my Jwplayer 7 work as the Jwplayer 6? When I chnaged the script to JWPLAYER 7, the jwplayer keeps loading and no video is played and I do not see the jwplayer control bar any more.

Current JWPALYER 6 configuration:

<script type='text/javascript'>
jwplayer('reviewplayer').setup({

image: '',
title: '',
width: '100%',
height: '100%',
volume: 90,
mute: false,

bufferlength: '5',
autostart: 'true',
wmode: 'opaque',
skin: 'Vapor',
stretching: 'fill',

sharing: {
heading: "Share this video...",
link : encodeURI("")

2 Community Answers

shadi

User  
0 rated :

I missed the below code too...


},

levels: [{ file: "<?php echo $review_path; ?>" }]
});
</script>

Todd

JW Player Support Agent  
0 rated :

You have a few setup parameters that we don’t really use anymore, like wmode and bufferlength, but the only problematic one I see there is width: ‘100%’ as this will break most browsers. We also do not use levels any more, so I would recommend sources:

This question has received the maximum number of answers.