Forums / Feature Requests / Flash object timeline
- Known Issues 3
- Bugs 1781
- Feature Requests 1165
- Projects 415
- General Discussion 1373
- Technical Help 1097
- Cameras 240
- API 111
This conversation is missing your voice. Take five seconds to join Vimeo or log in.
- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Help! / Site Map
- Legal: © 2008 Vimeo, LLC. All rights reserved. / Terms & Conditions / Privacy Statement



.
We have a conference where we publish the speakers videos, it would be great if we could publish sub titles and images from peoples presentations alongside this.
Any thoughts?
Now, I realize this could yield some feature creep. But you could pick a couple of methods that would be most useful. So in this case, there are two methods:
1. A setter for playhead position.
2. A getter for a thumbnail at a playhead position.
Both are already there somewhere, or Vimeo's navigation -- and ability to let you choose from among various thumbnails -- wouldn't work. It's just a matter of making them public. And it would yield many applications beyond the ones described here. Increasingly, I think it'll be that kind of developer access that makes people choose one service or another.
It doesn't mean make the API do everything. That's clearly impractical. It means pick one thing beyond the basic methods -- maybe it's not this, maybe it's something else -- but one or two things that let the developer's extension to the site meaningful.
i fail to understand your statement. are you saying that the purpose of api is to offer methods that are not available as a site feature?
i've always thought the main purpose of the api is to allow the developers to make interesting applications based on what the site offers.
Currently it goes way beyond that. As you can see from the API documentation. Also the full method list: vimeo.com/api-docs/advanced-api-docs.html
I don't see any reason to provide more functionality via the API than you could do on the site, why would we purposely cripple what our site could do?
We're working on providing opening up the flash player a bit more so you can play/pause, setting the playhead and all that plus some more interesting stuff.
Getting a thumbnail from the current frame probably wouldn't work, where would the image get stored when you "get" it? We get our thumbnails when we transcode the videos, not via flash. Plus, you can already the thumbnails via the API in any size you want: vimeo.videos.getThumbnailUrl.
This would be perfect. And to be able to use Javascript to get the playhead position too.
But before I overcomplicate what I was saying, I'm with pixelsumo -- if you can open up the player itself, then I think developers can provide some very meaningful stuff. And it doesn't have to be complicated... just setting the playhead is really what I think we're looking for here. And that could be hugely powerful.
Playhead position isn't the easiest example... another one would be how you take the data you've queried from Vimeo and try to give people a different view of what people are posting. So, for instance, you might want to go beyond just getting a list by tag, and try to triangulate tag information with what people like, when activity happened, etc.
Right now, I think I could probably use the advanced APIs and put my money where my mouth is and build something that lets you, say, look at a 3D cluster of video thumbnails by tag, like, friend, other interconnections between videos.
But there's another problem -- I need to be able to differentiate private from public information. And it looks like there isn't a graceful way to do that, beyond doing the query and getting an error message. (If I'm correct about that.)
I'm not meaning to lecture here; I'm just saying -- I'm really excited about Vimeo for the long haul. So I'm enthusiastic about, even if it's just one simple method, anything that allows us to do something that interacts with the community beyond what the site does already, absolutely.
Peter
"We're working on providing opening up the flash player a bit more so you can play/pause, setting the playhead and all that plus some more interesting stuff."
I was just wondering if anything had moved forward on this front? It would be great to get the playhead position via javascript.
Many thanks
thanks
Any news on this?
It would be so simple to do. If you had a variable on the flash route called timelinePosition for example, with the time in seconds, then I could easily make a javascript function to read this variable.
Many thanks