I found two posts on the forum, one is to display full screen while playing video.
www.b4x.com
and the other is an example of using SimpleMediaManager to load multiple videos.
www.b4x.com
If you use SimpleMediaManager to select multiple videos to play, can you display the video being played in full screen? I tried using it in b4i compilation. When playing multiple videos using SimpleMediaManager on iPhone, there is an icon in the upper left corner. Clicking it automatically turns into full screen playback.
But in Android system, there is no such icon. The example of playing video in full screen on the forum uses the ExoPlayer library, and adds a lblEnteruters fullScreen label to control full screen display in bal. However, it seems that there is no way to add this label in SMM.Is there a better way to solve it?
ExoPlayer (media3) - video player
ExoPlayer is a powerful media player created by Google: https://developer.android.com/guide/topics/media/exoplayer This version is based on Media3 ExoPlayer v1.2. It replaces ExoPlayer 2: https://www.b4x.com/android/forum/threads/exoplayer-mediaplayer-videoview-alternative.72652/#content The...
[B4X] SimpleMediaManager (SMM) - framework for images, videos and more
This is a simple to use, cross platform library, that does many complex things under the hood. The developer calls SetMedia with a placeholder panel and a url. The panel will show an image, video or animated gif (more formats will be added). 'Show a remote image / video / animated gif in...
But in Android system, there is no such icon. The example of playing video in full screen on the forum uses the ExoPlayer library, and adds a lblEnteruters fullScreen label to control full screen display in bal. However, it seems that there is no way to add this label in SMM.Is there a better way to solve it?
Last edited: