Sie sind nicht angemeldet.

1

Donnerstag, 3. März 2016, 20:41

Set to a new time through javascript

There seems to be an xml-accessible function `seek` (looking at the seekbar implementation in the example), but how would I access that through `set` outside in javascript?

`.set('plugin[video].time', .1)` doesn't seem to work.

EDIT:: Apparently it's `.get('plugin[video]').seek(1)`

Ähnliche Themen