Forum Discussion

chaklasiyanikun's avatar
6 years ago

Custom Hud Not Displayed over the video Player

I tried with the below code to Display a Custom Hud in Roku. m.video.visible = true m.video.SetFocus(true) m.hud.show = true I disabled video player by default operations using enableUI="false",...