HTML5 Player Playback - Duration Slash Issue

toolbar-slash|690x41
Hi,
On the HTML5 player, when both Playback position and Total duration options are deselected, the slash ( / ) separator is still shown. Is there a way to hide that slash? See uploaded screenshot.
Thanks so much!
Scott

Hi Scott,

It’s a bug in the current version, we’ll fix it in the next update.
You can add the following script to Project Properties > Event tab to hide the slash:

$('.ap-label-slash').first().html('');

I’m sorry for this inconvenience.

Regards

Hi Toan,
Thank you so much, as always, for your response and temp fix.
All the best–
Scott