
no method setup
I am getting : Uncaught TypeError: Object #<Object> has no method 'setup'
and here is code for jwplayer.js
jwplayer('container').setup({
file: '///',
width: '450',
height: '50'
});
I am getting : Uncaught TypeError: Object #<Object> has no method 'setup'
and here is code for jwplayer.js
jwplayer('container').setup({
file: '///',
width: '450',
height: '50'
});
Do you have a link?
it's actually the same user from http://stackoverflow.com/questions/16798188/object-has-no-method-setup-jwplayer
is there anything else I can show? don't have link
I need a link to debug properly.
I also have this problem. Here's the link:
http://armgate.digibrand.lv/lv/galleries/79.html
jwplayer(“#jwvideo”).setup({
Should be:
jwplayer(“jwvideo”).setup({
yeh, that was it...
Thanks
Np