What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Possible to add scrolling text across the page/video-camera-screen?

chrisj

New member
On an html page, it uses this code:

HTML:
accept="video/*"

in this context:

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 ? like some type of overlay? I would image it may be possible on an html page that displays a web cam, with something like this:

HTML:
<video autoplay="true" id="videoElement"></video>

I look forward to any comments/suggestions/guidance.
 
Back
Top