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

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'
});

7 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

JW Player

User  
0 rated :

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

Ethan Feldman

JW Player Support Agent  
0 rated :

I need a link to debug properly.

JW Player

User  
0 rated :

I also have this problem. Here's the link:
http://armgate.digibrand.lv/lv/galleries/79.html

Ethan Feldman

JW Player Support Agent  
0 rated :

jwplayer(“#jwvideo”).setup({

Should be:

jwplayer(“jwvideo”).setup({

JW Player

User  
0 rated :

yeh, that was it...

Thanks

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.