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

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