Video timelines
Is there a mechanism for advancing the playhead to a particular point in time?
For example, let's say I have a list of keywords: Apple, Pear, Banana, that refer to specific points in time:
Apple: 1:10
Pear: 3:12
Banana: 3:15
Is there a mechanism for this?
Currently I am looking for a Flash video player for our Drupal CMS. Dash player looks great, but we really need a Javascript API before the player becomes useful for our projects.
Could you give an estimation when the API will be made available?
I will try to get this API published soon. I have it in my work items to get some API documentation for both the OSM Player and the Dash Player available soon.
Thanks for your patience.
Travis.
International Open Source Solutions
What can Alethia build for you?
ghd mk4 black hair boldness one endeavor head ghd hair straightener hair styling macintosh pro ghd iv for you personally along with stress the ghd precious proper as well as accede Ghd australia particular aches which you entry reality the ghd pink supine.
I would maintain that thanks are the highest form of thought, and that gratitude is happiness doubled by wonder.Term Paper Help





Yes,
I believe what you are asking for is a way to do this in code, right? What you can do is use the Dash Player Javascript API to do this. Currently, that documentation has not been ported over to this site, but here is the API that you are wanting.
dashSetSeek( playerId, position )
So, you could set up some links using jQuery to do this like so...
$("#appleButton").click( function() {
dashSetSeek( "dashplayer", 70 );
});
$("#pearButton").click( function() {
dashSetSeek( "dashplayer", 192 );
});
$("#bannanaButton").click( function() {
dashSetSeek( "dashplayer", 195 );
});
Hope this is what you were asking for...
International Open Source Solutions
What can Alethia build for you?