I need to prevent any UI appear on youtube player, even the rotate loading that appears before starting the video. I use this line to prevent any control
youTubePlayer.setPlayerStyle(YouTubePlayer.PlayerStyle.CHROMELESS);
but I can't find any way to hide the rotate loading!!!