Live scrubbing trough timeline in 360 video

  • Hello, I have a 360 video panorama set up, but I would like to enable live timeline scrub, it seems that seek() only seeks when pressed event is false.
    Is there any way to change video time even if mouse is pressed down?

    Code
    <layer name="slider_grip" url="images/slider_grip.png" align="left" edge="center" parent="slider_bg" x="0" keep="true"
     ondown="copy(drag_currentx, x); 
    copy(drag_stagex, mouse.stagex); 
     asyncloop(pressed, 
     calc(newx, drag_currentx + (mouse.stagex - drag_stagex)); 
     clamp(newx, 0, get(layer[slider_bg].pixelwidth)); 
     copy(x, newx); 
     plugin[video].seek(calc(newx / layer[slider_bg].pixelwidth));                );"    />

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!