B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions)
Conditional Symbol
Dependencies
Mime
Comments
Images
None
image/*
Videos
SMM_VIDEO
B4A - ExoPlayer
B4J - MediaView
B4i - iUI8 (internal library)
video/*
Animated Gifs
SMM_GIF
B4XGifView
image/gif... B4A Question [SMM] Autoplay - Blueforcer    Dec 15, 2021 im using SMM to play a video. Is it possible to autostart the video and hide the control bar?... Wish Add image borders radius parameter in SMM (B4XImageView) - TILogistic    Feb 19, 2024 Sometimes I want to see images in SMM with rounded corners and I have to resort to external routines to do it.
And reviewing the SMM code, I see the feasibility of adding the image corner radii... B4J Code Snippet [B4X] SMM + BBCodeView - a great pair - Erel    Sep 1, 2022   (12 reactions) 133225 SMM (SimpleMediaManager) is one of the more useful tools available for B4X developers.../threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content It is quite...)} Animated gif (do not forget to add SMM_GIF): ${Media(100dip, 100dip, "https://www.b4x.com/android/forum/attachments/anywhere-sw-gif.87363/")} And a video (SMM_VIDEO): ${Media(200dip..., 0, Width, Height) SMM.SetMedia(pnl, URL) Dim name As String = "view" &... B4A Question Play YouTube Video on WebView or SMM (SOLVED) - walterf25    Oct 3, 2024 Hello everyone, i've been searching for a couple of days and have not found a reliable way to pl... B4A Tutorial [SMM] Top sites example - Erel    Oct 7, 2021   (11 reactions) ,") Sites.Add(row(1)) Next smm.Initialize smm.AddLocalMedia(smm...(i) smm.SetMedia(base.GetView(0), $"https://www.${site}/favicon.ico"$) smm... End If Else If base.NumberOfViews > 0 Then smm....RemoveAllViews End If Next End Sub Most of the work is done by SMM. We explicitly call ClearMedia when an item is no longer visible to avoid holding busy WebViews. It depends on SMM v1.05... B4J Question Catching INVALID MEDIA video link error in SMM - MikeH    Jun 13, 2023 .smm.SetMediaWithExtra(wPreview.pPreview, path, "", _
CreateMap(Main.smm.REQUEST_BACKGROUND...), _
Main.smm.REQUEST_FADE_ANIMATION_DURATION: B4XPages.MainPage.Fade, _
Main.smm.DefaultRequestTimeout... B4A Library [B4X] ZoomImageView - Cross platform zoomable + pannable image view - Erel    Mar 12, 2025   (33 reactions) /android/forum/attachments/1-gif.122485/ Tip: simplest way to add ZoomImageView is with SMM: SimpleMediaManager (SMM) - framework for images, videos and more... B4A Question [Solved] MediaChooser/SMM - limit image file size - udg    Mar 12, 2025 on a simpler version of the same image doesn't raise the error.
I tried the following code:
smm.MaxImageSize = 1 * 1024 * 1024
smm.MaxImageFileSize = 4 * 1024 * 1024
'...
Private Sub... B4i Question [SMM] SimpleMediaManager Images disappear - yiankos1    Dec 19, 2024 Hello,
I have this strange problem with loaded images if i go back and forth. Better see videos to ... Page: 1   2   3   4   5   |