I am currently developing a site using the youtube player api (chromeless, to be exact.) I have created a script dealing with playing the videos in a playlist but if the page is not focused or the tab is not selected in the browser the video will not start. Is there any possible hack or way to by pass this and for the player to continuously play while viewing other browser tabs?

link|improve this question
What is the value that player.getPlayerState() returns when it lose the focus? – Chathuranga Chandrasekara May 7 '09 at 4:30
feedback

1 Answer

There is no code on the youtube side to restrict playback in inactive tabs - this sounds like an issue with your computer or browser.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown