Play a video file

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/17/2014 3:38:50 AM
Gravatar
Total Posts 52

Play a video file

Hi,

This may be a silly question, but how can a play a single video file (.m4v) on a page. I know how to use the Mediaplayer functionality, but what I need now is that a video is played once the user loads a page at a certain size with very simple controls (or no visible controls at all).

Thanks,

Carlos

2/17/2014 3:23:46 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: Play a video file

I would suggest using the HTML5 <video> element. Make sure you put legacy support in the form of an <object> (or text that tells people you don't support their old browser) and make sure you supply different formats for different browser supports.

And here's an article that explains in further detail, all the basics of the html5 video element.

You must sign in to post in the forums. This thread is closed to new posts.