wildside96 / bst-player

Automatically exported from code.google.com/p/bst-player
0 stars 0 forks source link

YouTube player setAutoplay(false) stoped working #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1) Create YT player parameters and set autoPlay to false:
PlayerParameters youTubePlayerParameters = new PlayerParameters();
youTubePlayerParameters.setAutoplay(false);

2) Create instance of YouTubePlayer and provide youTubePlayerParameters.

What is the expected output? What do you see instead?

Till about 23 of april 2013 it was working OK -> YT videos didn't autoplay. 
Maybe YT changed something with their player, because since 23 of april videos 
start to play even though autoplay is false.

Please provide any additional information below.

Workaround: add "?autoplay=0" to video URL when creating YouTubePlayer instance.

Original issue reported on code.google.com by Krzyszto...@gmail.com on 27 Apr 2013 at 9:25

GoogleCodeExporter commented 9 years ago
Seems YT updated the URL format.  Fixed..

Original comment by sbrah...@gmail.com on 14 May 2013 at 3:00

GoogleCodeExporter commented 9 years ago
Thank you!
Do you plan to put YT and Vimeo providers JARs in the download section? They 
work great, so why not?

Original comment by Krzyszto...@gmail.com on 14 May 2013 at 7:55

GoogleCodeExporter commented 9 years ago
Sure.  They will be available soon.

Original comment by sbrah...@gmail.com on 14 May 2013 at 9:22