jwplayer

Permalink
how and where do i install the javascript header code for jwplayer.

EXAMPLE:
<script type='text/javascript' src='jwplayer.js'></script>

<div id='mediaspace'>This text will be replaced</div>

<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'http://content.longtailvideo.com/videos/flvplayer.flv',
'controlbar': 'bottom',
'width': '470',
'height': '320'
});
</script>

theguideus
 
jtarallo replied on at Permalink Reply
Put the 2 header script lines on "Tracking Codes", on System & Settings.

The media code (to play the video), you put on a HTML Block.

regards.