Android Question SMM and Video

gunnarjonsson

Member
Licensed User
Longtime User
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.
 

omo

Active Member
Licensed User
Longtime User
If your intention is to get click event for full screen, why not put label with fontawesome via panel to get click event or just follow this:
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…