B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    May 13, 2024   (45 reactions) - v1.01 - Adds support for handling JPEG orientation attributes. It requires some configuration in B4J. See post #3. B4J Code Snippet [B4X] SMM + BBCodeView - a great pair - Erel    Sep 01, 2022   (12 reactions) 133225 SMM (SimpleMediaManager) is one of the more useful tools available for B4X developers. It takes care of many difficult tasks related to various media types: https://www.b4x.com/android/forum/threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content It is quite 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? B4A Tutorial [SMM] Top sites example - Erel    Oct 07, 2021   (11 reactions) This example uses SimpleMediaManager to show a list of 400 top sites, based on Alexa dataset.
119991
Each item is made of two panels and a label:
- Panel for the favicon.
- Panel for the WebView
- Label with the site name.
Almost complete code:
Private Sub B4XPage_Created (Root1 As B4XView)
B4J Question SimpleMediaManager (SMM) - framework for images, videos and more - Erel (first post)    Mar 06, 2022 Not with SMM. You can use this class: https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#content B4A Question [B4X] SimpleMediaManager (SMM) - REQUEST_ZOOMIMAGEVIEW - DarkWolfalpha    May 23, 2022 Hi
When I Use REQUEST_ZOOMIMAGEVIEW With SimpleMediaManager like this :
MediaManager.SetMediaWithExtra(Panel1, "https://image.link", "", CreateMap(MediaManager.REQUEST_ZOOMIMAGEVIEW: True))
And I Use image format ".png"...
I needs background color black but in realese background is white
After When B4A Question [SOLVED] B4XImageView, why image rotated? - josejad (first post)    Nov 11, 2022   (1 reaction) You can use SMM, it handles exif rotation Post in thread ' SimpleMediaManager (SMM) - framework for images, videos and more' https://www.b4x.com/android/forum/threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/post-852757 B4A Question [B4X] SimpleMediaManager (SMM) - Unexpected mime - DarkWolfalpha (first post)    Aug 18, 2022 I found problem
I had not set the Url in the right place:
SMM.SetMediaWithExtra(Target As B4XView,Url As String,Mime As String,extra As Map) B4A Question [B4X] SimpleMediaManager (SMM) - Load media from Url-firebase storage - DonManfred (first post)    Jan 11, 2023 Use a correct one.
The URL you posted is NOT a valid URL. There is at least the complete subdomain/domain-Part missing. B4A Question Performance loading bitmaps - Erel (first post)    Apr 24, 2024   (1 reaction) Check SimpleMediaManager. It will manage the cache for you: SimpleMediaManager (SMM) - framework for images, videos and more You should use SMM.SetMediaFromFile to load local files. Page: 1   2   3   4   5   6   7   Powered by ColBERT |