I can do almost everything using the JavaScript API to take control of the YouTube Player.
player = document.getElementById('movie_player');
But I can't find any function that let me skip the ad video (if any) after 5 seconds.
How can I achieve this?