Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<a href="javascript:seek(10)" ></a>
请参阅下面的链接我想要当前时间+和当前时间-功能
http://www.w3.org/2010/05/video/mediaevents.html
seek是 flowplayer 对象上的一个方法,所以你需要做这样的事情:
seek
flowplayer($(".myplayer")).seek(10);
如果你有一个 flowplayer 类myplayer。
myplayer