
Player won't load
I'm not quite clear where I could have gone wrong on the code. This is what I put right before the end head tag:<script type="text/javascript" src="jwplayer.js"></script>
<script>jwplayer.key="(and I put my key here for analytics)"</script>
Then within the body I put this:
<div class="content">
<div id="1player">Loading the player...</div>
<script>
jwplayer("1player").setup({
playlist: [{
file: "benefits.mp4",
image: "retro.jpg",
title: "Repeal the Deal"
},{
file: "retro.mp4",
image: "retro.jpg",
title: "VOTF Trailer"
},{
file: "gallo.mp4",
image: "gallo.jpg",
title: "Terra Antica"
},{
file: "40 Shades.mp4",
image: "40 Shades.jpg",
title: "40 Shades of Blue"
}],
width: "950",
height: "425",
primary: "html5",
listbar: {
position: "right",
size: "200",
}
});
I loaded the player into the directory. Not sure what I did wrong