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

setCurrentQuality method


hi, i tried using your jwplayer().setCurrentQuality(0); but looks like it's only working in mozilla and opera. is this correct? i'm not sure if there's something else i need to do to make this function work in other browsers. cheers

3 Community Answers

MisterNeutron

User  
0 rated :

It should work in all browsers. Please give us a link to your site.

mrkdnlph

User  
0 rated :

thanks for responding mr. neutron. here's the link to the website, http://larryjacob.com/infusionsoft-imember360-tutorial-building-administrative-campaigns-for-giving-and-removing-access/

Cooper Reid

JW Player Support Agent  
0 rated :

It looks like your binding an event within the onReady event handler. Can you try simply using:

//setup code
jwplayer().setup({});

jwplayer().onPlay(function() {
jwplayer().setCurrentQuality(0);
});

-Cooper

This question has received the maximum number of answers.