Issue with Jumping Backward in Video Playback

Problem:I’ve implemented a function to move 10 seconds forward and backward in a video. While testing, I noticed that jumping forward by 10 seconds works perfectly. However, when I try to jump backward by 10 seconds from the start of a slide, the video doesn’t move back as expected.

What could be causing this issue specifically when moving backward by 10 seconds?

Java script used:

var time = prez.slideTime() - 10000;
prez.slideTime(time);

ActivePresenter version:Version 9.1.3 - 64-bit build. (Released: 2023.10.31)

OS: Windows11

Notes:

Hi,

Everything works well from our side.
Please check the attached project for details:

Then, please check your project again.

BR,
Thuy