Abhilashv002
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2018
11:42 PM
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?
1 REPLY 1
turtlehat
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018
09:20 AM
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
groupNode = videoNode.getChild(1)
groupNode.getChild(11).visible = false