Chrisj Posted May 6, 2021 Share Posted May 6, 2021 On an html page, it uses this code: accept="video/*" in this context: <input type="file" name="fileToUpload" id="fileToUpload" accept="video/*" capture="user" onchange="submitForm();"> and when you view the page via mobile, and tap the page, your video camera screen appears. I'm looking to see if it's possible to add scrolling text across the page/video-camera-screen ? I look forward to any comments/suggestions. Quote Link to comment https://forums.phpfreaks.com/topic/312623-is-it-possible-to-add-scrolling-text-across-the-pagevideo-camera-screen/ Share on other sites More sharing options...
requinix Posted May 6, 2021 Share Posted May 6, 2021 On the screen as people are taking the video? I would be very surprised if that was possible. If you need to tell them something, do so on the page before they activate the control. Quote Link to comment https://forums.phpfreaks.com/topic/312623-is-it-possible-to-add-scrolling-text-across-the-pagevideo-camera-screen/#findComment-1586369 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.