Forum Discussion
5 Replies
- lock_4815162342Channel SurferI am trying to do something similar. Any help would be appreciated :?.
- jeremieVisitorHi
I found a hack few days ago. I think roku use a special optimization for full page video. I apply a translation="[1,0]" on my Video element to display some scene graph elements over the video π
best regards,
jeremie.- MrWalnutReel Rookie
It doesn't seem to do the trick. Is there any other way to resolve this issue?
- chaklasiyanikunRoku Guru
I got this same issue earlier. I did this trick and I think you should use this too.
- NB_Roku GuruI am not sure what this is about. Videos are played on separate plane behind the graphics plane (where all UI elements are displayed, including RSG Group progeny). The video is always behind the graphics and sometimes you may have to do a cut-out/transparency in your overlay graphics for it to display.
If some UI element is not displaying, my suspicion is that another UI element is covering it, displayed on top of it. I would like to hear more about this translation="[1,0]" magic - if indeed a clean experiment says it makes a difference (i.e. change to [0,0] and confirm this alone makes the element disappear)