keis1979 / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

what are the setPlaybackQuality options? #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
not all the people have the bandwidht to reproduce youtube HD

what are the other setPlaybackQuality('medium'); options? 

i use 'low' but it dont work.

Can you help me please?

Original issue reported on code.google.com by rona...@gmail.com on 7 Feb 2011 at 8:09

GoogleCodeExporter commented 8 years ago
I tried getting the video to render in low, but it seems at large sizes -- like 
full background width in this case -- the player ignored what was specified in 
the JavaScript.  I was disappointed I couldn't get it to cooperate b/c it would 
be nice for the video to load faster even on fast connections.  In a case where 
you weren't concerned about quality -- such as an abstract or ambient 
background -- I really wanted to be able to set the quality to low and have the 
video load seamlessly.  Thanks for your input.

Original comment by seanmcca...@gmail.com on 27 May 2011 at 4:00

GoogleCodeExporter commented 8 years ago
YouTube's actionscript API reference lists the lowest quality setting as 
"small" rather than "low." It's working fine for me.

Instead of low, try "small."

Original comment by jenkins2...@gmail.com on 9 Dec 2011 at 1:34