Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Abhilashv002
Visitor

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
Visitor

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