Hi All!
I use Erels example and when I show a video my code is:
MediaManager.SetMediaFromFile(pnl.GetView(x).GetView(0), pathdata.Dir, pathdata.FileName,"video/*",CreateMap(MediaManager.REQUEST_RESIZE_MODE : "FILL_NO_DISTORTIONS"))
This works as expected. I can click the play-button and the video plays in the panel
I would like however to be able to click on the video above the play-button and get a click-event to open the video in fullscreen on another b4xpage.
The normal pnl_click event does not seem to fire in this case.
All input on this is welcome.