
JWPlayer - shortcode streaming video color washed out in wordpress site
Moving video to a WordPress site and using the embedded shortcode for JWPlayer.
http://66.147.244.188/~nwlymphe/?page_id=531
<div id="PlayerElement">Loading the player...</div>
<script type="text/javascript">
jwplayer('PlayerElement').setup({
file: '/wp-content/uploads/2015/04/SC_Intro-HandBrake.mp4',
width: '520',
height: '305',
wmode: 'opaque',
backcolor: ''
});
</script>
The old site is using the swfobject to embed the video
http://www.nwlymphedemacenter.org/SC_Intro.htm
Both are using the same flv video file. If you play the old site video you'll notice the color is brighter than the new site video playback. If I play the video in VLCPlayer I get the same bright video like the old site. Any ideas why the video is more washed out on the new site using Word Press and short code embedding the video?
Dave