Hello, I am trying to make enyo based video player that can play video files selected by user. I noticed that I can select file using {kind: "Input", type: "file"}, but I don't know how I can handle the input and pass it to {name: "player", kind: "moon.VideoPlayer" ... }so I can play the selected video file.
Comments
onchange
event handler to the input?