Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Abhilashv002
Level 7

how to remove the system time displayed when a video is paused

when I pause a video, the system time is shown on the right side. Is there any way to hide that time from being displayed?
0 Kudos
1 REPLY 1
turtlehat
Level 7

Re: how to remove the system time displayed when a video is paused

videoNode = m.top.findNode("video")
groupNode = videoNode.getChild(1)
groupNode.getChild(11).visible = false
0 Kudos