
jwTroubleShoot
My video producer keeps telling me that the videos he gives me don't look as good "online". I want to check the settings we are using on the jw Player. The dimensions of the actual video are 960x540. I "believe" we are using the 480x270 video player. But there are some weird dimensions (480x262) near the top of the code. Near the bottom, I see the video size as 480x270. Could you tell me what the 480x262 is? Does that have to do with the player control bar, when it is "visible". Below is a link to one of our videos, and below that is the player code.
Thanks,
Jerold Buishas
http://www.tuesdayminutes.com/biotics_product_strength.html
<!-- HTML Fragment frag_421 -->
<!--Preamble for HTML Fragment frag_421-->
<div id="frag_421" __AddCode="here" style="position:absolute;left:8px;top:69px;width:480px;height:262px;/*Add Style*/">
<script type="text/javascript" src="/jwplayer7/jwplayer.js"></script>
<script>
jwplayer.key="rcw4tHDYVuaFytg1aD5155Ac05pGDQGpQz7th3BCurQ=";
var urlPreroll = '/images/TuesdayMinuteScreenShot.jpg';
var urlPostroll = '/images/TMPostRollSignUp.jpg';
var urlVideo = 'http://bitcast-g.bitgravity.com/metabolicmanagement/TM_SignUp.mp4';
</script>
<div id="mediaspace">video</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
skin : {
name : 'wellness'
},
file : urlVideo,
autostart : false,
controlbar : 'over',
width : '480',
height : '270',
image : urlPreroll
});
jwplayer('mediaspace').onTime(function (e) {
if (e.duration - e.position < 1) {
var playlist = {
file : urlVideo,
image : urlPostroll
};
jwplayer().load(playlist);
}
});
</script>
</div>
<!--Postamble for HTML Fragment frag_421-->