views:

34

answers:

2

Hi,

Is it possible to use javascript to seek position of videos embedded on a page (Videos from Youtube, DailyMotion, Revver, etc)?

Thanking you in advance.

Regards Mansoor

A: 

If you mean you want to read the position of progressbar of the video player it could be done, but the player (usually flash object) has to expose appropriate methods or events to javascript. The exact way of intercating with player depends on the specyfic flash object you use.

PanJanek
A: 

YouTube has a javascript API which can be used to control the video playback, including seeking the position

Macros