How to properly start video to paly from beggining?

How to properly start video to paly from beggining?

BY 22 Mar 2021 Web Application Development

I am building a Tizen TV app and need a proper way to start video to play from beggining.

Current method is:

webapis.avplay.jumpBackward(webapis.avplay.getCurrentTime() - elapsed time);

However this method is causing bad behaviour.

Does anyone know how to do it better?

Written by