
Geting started
Hi - I am interested in having the JW player on my site. I downloaded the Self-Hosted Player, and then upped the files to my server. I see I am going to use this code:
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
file: "/uploads/myAudio.aac",
width: 480,
height: 30
});
</script>
But here is what I don't get. There apparently is the need to have other code earlier in the page. I see the Self-Hosted Player License Key - but where do I find the other code that goes in the <head> of the page? I looked at the QS Guide, but dont see it. Thanks!