It doesn't work for me!
Does anybody know why the GA pro is not working on this example:
<div id="mediaplayer">JW Player goes here</div>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
"flashplayer": "player.swf",
"width": "640",
"height": "353",
"file": "video1.flv",
"plugins": {
"gapro-2": {
"gapro.accountid": "UA-17153918-1",
"gapro.idstring": "||user1||-||video1||",
"trackstarts": "true",
"trackpercentage": "true",
"tracktime": "true"
}
}
});
</script>
Do you have an example page where it doesn't work?