
JWPlayer 6 on Windows 7, IE 9 hangs "long-running script"
JWPlayer 6 loads and plays fine in iOS, OS X, Android and on Windows 7 with Firefox. But on Windows 7 and IE 9 (and I've been told on Windows 7 and Chrome) it does not load. Using IE9 returns "long-running script" error and the event "AppHangB1".
Here is the link: http://www.truthunity.net/video/on-wings-of-truth
Here is the script:
<script type="text/javascript" src="/sites/all/libraries/jwplayer6/jwplayer.js"></script>
<script>jwplayer.key="I+blwLLzoq+eTwtDfLTWDV9ej6dKYQ0NHAYWHA==";</script>
<div id="mediaplayer"></div>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
width: 450,
height: 700,
'listbar': {position: 'bottom', size: 400},
'playlist': [
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/01 On Wings of Truth.m4v",
title: "01 On Wings of Truth"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/02 Connie Fillmore describes Myrtles healing.m4v",
title: "02 Connie Fillmore describes Myrtles healing"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/03 John Strickland talks about prayer.m4v",
title: "03 John Strickland talks about prayer"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/04 Five teachers of Truth Principles at Unity.m4v",
title: "04 Five teachers of Truth Principles at Unity"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/05 Topic #1 - Health.m4v",
title: "05 Topic #1 - Health"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/06 The Law of Mind Action.m4v",
title: "06 The Law of Mind Action"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/07 Affirmation and Denial.m4v",
title: "07 Affirmation and Denial"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/08 Prayer and Meditation.m4v",
title: "08 Prayer and Meditation"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/09 Giving Thanks.m4v",
title: "09 Giving Thanks"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/10 Topic #2 - Prosperity.m4v",
title: "10 Topic #2 - Prosperity"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/11 Right Livelihood.m4v",
title: "11 Right Livelihood"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/12 Giving and Receiving.m4v",
title: "12 Giving and Receiving"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/13 Topic #3 - Loving Relationships.m4v",
title: "13 Topic #3 - Loving Relationships"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/14 Alone or All-One.m4v",
title: "14 Alone or All-One"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth15 Relationships.m4v",
title: "15 Relationships"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/16 Marriage.m4v",
title: "16 Marriage"},
{image: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/media-poster.png",
file: "https://s3.amazonaws.com/truthunity/video/on-wings-of-truth/17 Conclusion - Let There Be Peace on Earth.m4v",
title: "17 Conclusion - Let There Be Peace on Earth"}
],
});
</script>