Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

How to Embed Your Own Video

  1. Open "File Manager" Module and upload your video (for example, into "Video") folder.
  2. Open page in "Content Management" Module, that you want to place video to.
  3. Open "Content" tab in source view and place the follwing tag:

<sys:player title="My Video" data="/data/Video/your-video-file.flv" width="425" autoplay="0"/>

Replace attributes' values with your own:
- "title" is for name of the video
- "data" is for path, where you placed your video in file manager
- "width" is width of the video
- "autoplay" - "0" - don't play automatically, "1" - play automatically, when page is loaded.