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: 
hugetv
Level 7

Help please with VideoPlayer

I'm not really sure how to make it work

	 m.Video.TITLE = m.videocontent.TITLE
 m.Video.URL = m.videocontent.URL + "?token=" + generar_token()
 m.Video.StreamFormat = m.videocontent.StreamFormat
      m.Video.control = "play"
      m.Video.visible = true
      m.Video.setFocus(true)


I'm trying to change the url
Our system http://www.rokumanager.com
0 Kudos