HD Quality Toggling labels causing player to not load
Here is the JWPlayer script that i am using including the label tags that will not load for me.
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
image: "/uploads/myPoster.jpg",
sources: [{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_hd.mp4",
label: "720p"
},{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_hq.mp4",
label: "480p"
},{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_ld.mp4",
label: "240p"
}]
});
</script>