B4A Tutorial Designer anchors - Video example - Erel    Jul 5, 2018   (9 reactions) This short video demonstrates how anchors can be used to build a flexible interface. The small white arrows show the anchors settings. lwoBRduEl4o This layout will properly scale to any screen size. Recommended video tutorial: 254439386... B4A Question Viewing a video in realtime - AlpVir    May 29, 2020 Step 1 The following code displays a realtime video from a local IP webcam : webview1.Initialize.../video2.mjpg" ' OK (va bene in locale, con wifi webview1.LoadUrl(URL) Step 2... video stream in realtime The page can be viewed in any browser on a PC, but not on a smartphone..........1/video1.mjpg?autoplay=1&rel=1" width="800" height="640"></iframe> </body> </html> Step 3 The following code B4A does NOT display the video... B4J Code Snippet Drag and drop images, videos and more with SMM - Erel    Feb 8, 2026   (12 reactions) 169747 Inspired by: https://www.b4x.com/android/forum/threads/drag-and-drop-file-into-a-b4xfloattextfield.170224/ and https://www.b4x.com/android/forum/threads/drag-and-drop-file-into-a-b4xfloattextfield.170224/, and based on the powerful SMM framework: https://www.b4x.com/android/forum/threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content It will show any type that is supported by SMM. Note that not all types are enabled by default. See SMM thread for more... Share My Creation RECdesk - Screen Recorder/Video Capture/Grabber - Magma    Nov 11, 2022   (17 reactions) of the screen - wait for your move) - Capture Video - Close FFMpeg with the "right" way ! - Show with explorer the right folder video saved... Features as Utility: - Record your desktop... B4A Question Play YouTube Video on WebView or SMM (SOLVED) - walterf25    Oct 3, 2024 play a youtube video the way I need to. I have a video that I will be showing in my app, it's a tutorial video, I need the video to automatically start playing as soon as it loads and it needs to play with the sound on. I have tried this using a WebView, and although it loads the video, it seems i need some js knowledge to be able to play the video and unmute it when it starts playing... as I understand works with ExoPlayer, and the way it works is by loading the video in a webview since it seems... B4A Tutorial [B4X] Erel Teaches Programming - video tutorials - Erel    May 28, 2018   (69 reactions)   tags: school, B4x, video, tutorial, Erel ETP is a series of video tutorials about B4X. The purpose is to allow developers with any programming experience, including no experience, to learn how to program with B4X. The videos are available...=PLSXGv13TotQZUPJCw1lnxeaPsfYjns5W- It is recommended to watch the videos on a desktop screen with 1920x1080 or higher resolution. Make sure to see the videos in 1080 HD: https://www.b4x.com.../forum/threads/etp-video-tutorials-feedback-and-suggestions.89862/ Download all videos (2gb): https... Share My Creation [B4X] Another alternative video player - TILogistic    Apr 7, 2024   (11 reactions) This is another alternative player, which is based on WebView and the VideoJS Framework. Ref. https://videojs.com/ Types of mimes or formats allowed: opus: 'video/ogg', ogv: 'video/ogg', mp4: 'video/mp4', mov: 'video/mp4', m4v: 'video/mp4', mkv: 'video/x-matroska', m4a: 'audio/mp4', mp3: 'audio/mpeg', aac... Dim VideoURL As String = $"https://docs.evostream.com/sample_content/assets/bunny.mp4... Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games following a path - Angry birds example - Space Shooter - Tetris - X2 Source Code Video tutorial explaining the steps required for running the examples and configuring Tiled: Note that the video... Other B4XPages video tutorials - LucaMs    Feb 28, 2022   (2 reactions) P.S. Polls can only be done in Chit Chat; so I write this there. I wrote here few minutes ago this post: Just yesterday I was thinking of creating video tutorials, especially in Italian, before checking if those published by Erel were only on Vimeo and not on YouTube. Having seen that they are also on YouTube, I gave up, as on this platform it is possible to activate subtitles in any language... everything). If that unique Erel's video tutorial about B4XPages wasn't enough, I could do others... B4A Code Snippet VideoRecordApp with FileProvider - Erel    Jan 7, 2020   (10 reactions) with File Provider video.Initialize("video") 'video is a process global VideoRecordApp..." video.Record3(folder, FileName, -1, Starter.Provider.GetFileUri(FileName)) Wait For Video_RecordComplete (Success As Boolean) If Success Then 'Example of playing the recorded video Dim in...(in, FileName) in.SetType("video/*") StartActivity(in) End If ... Page: 1   2   3   4   5   6   7   |