slingxshot
9 years agoStreaming Star
Accessing RowList component item element
Hello,
In the RowList I am trying to access the itemComponentName specific focused item. I am creating Poster elements inside. I need to access to Poster and do something like this:
m.videoElm = m.Poster.createChild("Video")
m.videoElm.width = "400"
m.VideoElm.height = "280"
The problem I can't do onFocus inside itemComponent xml file, I need to access the Poster element from outside. How would I do that?
Thank You!
In the RowList I am trying to access the itemComponentName specific focused item. I am creating Poster elements inside. I need to access to Poster and do something like this:
m.videoElm = m.Poster.createChild("Video")
m.videoElm.width = "400"
m.VideoElm.height = "280"
The problem I can't do onFocus inside itemComponent xml file, I need to access the Poster element from outside. How would I do that?
Thank You!