One of the functions for the vimeo API (with froogaloop) is getDuration().
I am trying to make a function that will return the duration, but somehow I am getting Object as result. The Vimeo API documentation doesn't specify how are you supposed to do this.
I believe this is incorrect:
function getDuration() {
return player.api('getDuration');
}
Here is an example:
http://jsfiddle.net/SeBwt/