
Cannot read property 'googima' of undefined
I'm getting this error message when trying to embed JWplayer 6.9 which is using a YouTube video.
"Cannot read property 'googima' of undefined"
I'm wondering whether this may have anything to do with YouTube adverts? I cannot seem to find a fix for it. My embed code is below:
<script type="text/javascript">
jwplayer("player").setup({
file: jQuery('ul.featuredvideo-list li:first a').attr('href'),
width: "100%",
height: "306",
stretching: "fill",
skin: "glow"
});
</script>