Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Can you provide a link?

shane

User  
0 rated :

sure, it's here - http://www.carmageddon.com/hall-of-maim

Ethan Feldman

JW Player Support Agent  
0 rated :

What if you change:

file: jQuery(‘ul.featuredvideo-list li:first a’).attr(‘href’),

To the direct YouTube url?

This question has received the maximum number of answers.