Question : How to adjust JW player position?

Hi
I would like to adjust the player position using a value I get from the client.

For example: if the client entered 100, I want forward the video to the second 100

How can I pass the value to the player?

Thanks

Answer : How to adjust JW player position?

I have found it

var clientValue = 100;
using the function player.sendEvent('SEEK',clientValue  );

source
http://developer.longtailvideo.com/contributors/nyboe/JW_API_xmpl_6-1-0-0.html
Random Solutions  
 
programming4us programming4us