mediafront / osmplayer

The Open Standard Media Player is an all-in-one media player for the web. It is an industry changing, open source (MIT) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.
http://www.mediafront.org
MIT License
342 stars 181 forks source link

How to get [Current Time] and [Playing Index] ?? #18

Open matt72228 opened 12 years ago

matt72228 commented 12 years ago

Hi, in my shop channel page, I want to know the current playing time and which video is played. How can I get that?

I can't get this from osmplayer?

In current time, how to use the minplayer.players.html5(*).getCurrentTime( ) ? In playlist, how to get the playing index?

Thanks a lot : )