I am using the plugin Vimeowrap Playlist to make a playlist of videos from a certain channel. That is working just fine, but now I need to track the events of the videos: play, pause etc. When I use froogaloop to do that, I get the error Cannot read property 'getAttribute' of undefined
. Somehow froogaloop is conflicting with Vimeowrap script. Can anyone help me with this problem?
This is the plugin code:
vimeowrap('player').setup({
urls: [
'https://vimeo.com/channels/trocadero'
],
height:363,
item: 5,
plugins: {
'playlist':{
position:'right',
size:340
}
},
});
Here is the jsfiddle of my whole problem.
I managed to resolve my problem...here is the jsfiddle solution.