Search:

Welcome

Login to contribute. Register if you haven't yet.

Need Support?

Search this site to find an answer. If you still need help, post a Question. Private or account-related support inquiries can be made at the Private Support forum.

How do I host and view a video on editme?

First you must upload the video to your site as an attachment. Then you must create a plain text page (see PlainTextEditing) and insert an EMBED tag, like this:

<embed height="300" width="300" xsrc="/files/SomePage/attachedfile.avi" controller="true" autoplay="false">

"SomePage" here is the page name to which you have attached the video. You can use the EMBED tag with many different video formats, though support for various formats depends on the visitor's browser configuration and can vary.

You can then include that page into any page you want to show the video on. For help including pages see Using Includes