Code is knocking out other code--player not loading.
So, I'm working with an html5 template so that I have cleaner code. Problem is, whenever I insert the code into the template, it wipes out everything else and it still doesn't load.
I'm experimenting with it with it in subfolders so the site is uneffected, but I want to make it work so I can use it live.
Anyway, here is an example of what I'm doing:
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="content"><div id="PLAYER">Loading the player...</div>
<script type="text/javascript">
jwplayer("PLAYER").setup({
file: "vince reel.mp4",
image: "benefits.jpg",
width: "95%",
height: 400
});
<div class="container">
<header class="major">
<h2>Read Only</h2>
<p>Just an incredibly simple responsive site<br />
template freebie by <a href="http://html5up.net">HTML5 UP</a>.</p>
</header>
<p>Faucibus sed lobortis aliquam lorem blandit. Lorem eu nunc metus col. Commodo id in arcu ante lorem ipsum sed accumsan erat praesent faucibus commodo ac mi lacus. Adipiscing mi ac commodo. Vis aliquet tortor ultricies non ante erat nunc integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum.</p>
</div>
I've experimented around with the placement, but the same thing always happens. I've loaded the player in the directory, etc.