<a href="javascript:seek(10)" ></a>
Please see below link I want to current time+ and current time- functionality
seek
is a method on the flowplayer object, so you need to do something like this:
flowplayer($(".myplayer")).seek(10);
If you have a flowplayer with the class myplayer
.