jf-roku/components/videoplayer.xml
2019-01-30 22:56:15 -06:00

16 lines
393 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="VideoScene" extends="Scene">
<children>
<Video id="VideoPlayer" />
</children>
<script type="text/brightscript">
<![CDATA[
function init()
m.top.setFocus(true)
m.scene = m.top.findNode("VideoScene")
end function
]]>
</script>
</component>