Elxis CMS Forum
Support => Administration => Topic started by: cyracles on November 20, 2009, 15:15:47
-
please how can i put a video on my home page. thanks guys.
-
Use any of the available bots (mosflv, youtube, etc) to embed the video inside an elxis content item.
Example for youtube: {youtube}video_id_here{/youtube}
-
and make sure the bot is enabled. or else you want see the video playing.
-
i have the flv video uploaded in the videos folder in media manager. what kind of path do i put in between the {mosflv}xxxxxxxxx{/mosflv}.
what should i put in place of the xxxxx(how exactly should i put the path?)
thanks.
-
You can have as input an absolute or relative path to an FLV video file or even a URL. You may also set the video size.
Examples:
{mosflv}/images/videos/myvideo.flv{/mosflv}
{mosflv}http://www.mysite.com/media/myvideo.flv{/mosflv}
{mosflv width=320&height=280}myvideo.flv{/mosflv}
Note: As relative path is considered the relative path from Elxis root folder.