some javascript-control.
One of the addtions i made is a "HD-button" which sets playback-
quality when clicked, like this:
function hdYesNo() {
ytSwfPlayer = document.getElementById( 'ytplayer_object' );
ytSwfPlayer.setPlaybackQuality('hd720');
Since this is the playlistplayer the behaviour was that the whole list
of videos would play
in the quality choosen ..ie the rest of the list would play in the
same quality as the current (if available).
This has been working fine for months
But since a few days this is broken and clicking on my "HD-button" now
only sets the quality
for the current video...the next video in the list will play in the
default quality (related to player-size).
ie: the previous behaviour where same quality will play for the whole
list...is broken.
But this functionality is not broken when i set the quality of the
current video using the standard
quality-selector on the player-bar...ie: i set the current quality to
720 then the rest of the list
will nicely play in 720......and that is how it should be from js-
control also.
My request is to repair this to how it was before
ie: setting a quality using javascript-controls should make the whole
list play in that quality
just as it will do on the standardplayer without js-controls...there
is no need to have 2 different behaviours
so my guess is that it was broken due to some other change.
Your reply is appriciated.
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment