Android Question How to set fullsreen in SimpleMediaManager

winjiadh

Active Member
Licensed User
Longtime User
I found two posts on the forum, one is to display full screen while playing video.
and the other is an example of using SimpleMediaManager to load multiple videos.
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.
20240109152609.jpg

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:

winjiadh

Active Member
Licensed User
Longtime User
SMM uses ExoPlayer to play videos.

You can access the player: https://www.b4x.com/android/forum/threads/smm-autoplay.136865/post-866068
Maybe my English is too poor and I didn't express myself accurately. I found that when SimpleMediaManager plays videos, it loads the video into a panel. Is it possible to rotate the video in the panel by 90°, similar to clicking the symbol in the red circle in the image on iPhone, which automatically selects 90° for the loaded video?I haven't found this method, and I hope to get some help.
Thank you for your reply
 
Upvote 0
Top