语言

Menu
Sites
Language
How to properly start video to paly from beggining?

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?