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)`