ApProgress Variables

Hi, the apProgress command works in milliseconds. Is there a way I can convert this to minutes and seconds and write it to the screen? I tried with js but I can’t get it into a variable.

I can post the code snippet if needed, but it doesn’t seem to work. :slight_smile:

Hi @eyyup_dogan,

Here is the project for your reference:
format progress.approj (276 KB)

Please find the JavaScript in the project On Load event (ActivePresenter button > Project > Properties > Properties pane > Interactivity tab > Events-Actions > On Load event > Execute JavaScript action.

BR,

1 Like

Thank you very much. I used a similar code but it didn’t work. You are an incredible detail. @Hang :slight_smile:

1 Like

Hi @PhuongThuy_Le
Thank you, it is very useful content.
Can we print the total time in these formats?

Yes, @Yusuf_YAGCI

To do that, just add a line of code to the Execute JavaScript action of the project On Load event. See the image below for detail:

BR,
Thuy

1 Like