This ensures the maximum responsiveness from the thumbnail tooltip by drastically reducing the number of HTTP requests that are required to show thumbnails.
Sample code
var api = flowplayer('#container',
{ src : "//edge.flowplayer.org/bauhaus.mp4"
, title : "Bauhaus"
, thumbnails : {src: "https://flowplayer.com/thumbnails.vtt"}
})