Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

within a PHP page I implented a Youtube player for playing playlists using the iframe API and want to switch to another playlist via:

        player.loadPlaylist({
            "listType": "playlist", 
            "list": "PL3EEBBA6DBCBE5705", 
            "index": 5,
            "startSeconds": 50,
            "suggestedQuality": 'hd720'
        });

But why will be "startSeconds" ignored? The video with index 5 starts from the beginning and not after 50s.

Thanks!

share|improve this question
Hmm, no comment -- is there anyboy out there? ;) ... who can anwser this question? – mtemp Feb 22 at 16:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.