Seite 1 von 1
Video
Verfasst: Fr 23. Apr 2010, 11:34
von ilias
Dear Friends,
please inform me how can i put video files in text editor area in order to use multiple video or
by modules and how to use them.
Thanks in advance for helping me.
Re: Video
Verfasst: Fr 23. Apr 2010, 11:51
von xmurrix
Hi ilias,
there exists a FLV player module for Contenido, which you can use to embed videos into pages, see
http://forum.contenido.org/viewtopic.php?f=60&t=22038.
Maybe
http://translate.google.de/ will help you to understand the german maual.
Regards
xmurrix
Re: Video
Verfasst: Fr 23. Apr 2010, 12:13
von ilias
Thanks for your quick reply but can i also put video in avi format??
Re: Video
Verfasst: Fr 23. Apr 2010, 12:45
von xmurrix
ilias hat geschrieben:Thanks for your quick reply but can i also put video in avi format??
FLV Player module uses the well known JW FLV Media Player, and this player doesn't supports the avi format.
http://developer.longtailvideo.com/trac ... er5Formats
I suppose you have to convert them to flv format, avi needs a installed divx codec and a divx player on clients os...
Re: Video
Verfasst: Mo 26. Apr 2010, 12:33
von ilias
I followed the instructions (step)of the module how to upload a video in flv .
But it does not seems in a browser.
Can you help me??
Re: Video
Verfasst: Mo 26. Apr 2010, 16:06
von xmurrix
ilias hat geschrieben:...But it does not seems in a browser.
Hi ilias,
i need more info about your issue with the FLV module. It's difficult to help without some details.
Does the generated Markup contains a correct generated FLV Player element or do you get some JS errors?
Firefox's Error Console and a installed Firebug extension may help you to detect some mistakes.
Regards
xmurrix
Re: Video
Verfasst: Di 27. Apr 2010, 06:05
von ilias
Dear xmurrix,
First, i made the changes in the output filed of flv module as the creator said. See it below,
if (($cms_filename != '0') || ($cms_fileadress != '0')) {
if(($cms_filename != '0') && ($cms_fileadress == '')){
$video = "
http://www.elife-24.eu/cms/upload/".$cm ... s_filename;
$thumb = "
http://www.elife-24.eu/cms/upload/".$cm ... name_thumb;
$logo = "
http://www.elife-24.eu/cms/upload/".$cm ... ename_logo;
$mpl = "
http://www.elife-24.eu/cms/upload/".$cm ... lename_mpl;
} else if(($cms_filename == '0') && ($cms_fileadress != '')){
$video = $cms_fileadress;
$thumb = "upload/".$cms_dirname_thumb.$cms_filename_thumb;
$logo = "upload/".$cms_dirname_logo.$cms_filename_logo;
$skin = "upload/".$cms_dirname_skin.$cms_filename_skin;
$mpl = "upload/".$cms_dirname_mpl.$cms_filename_mpl;
}
But in the followind address you'll see a grey line instead of video
http://www.elife-24.eu/cms/front_content.php
at the configuration, in the first field that says to call the file, i wrote player.swf as the example of the creator of module said.
What else details do you want ???
Thanks in advance
Best Regards
ILIAS
Re: Video
Verfasst: Di 27. Apr 2010, 06:56
von xmurrix
The module outputs following URL to the video:
http://www.elife-24.eu/cms/upload/00
I'm not familiar with this module but i suppose there is something wrong with the module configuration.
Drop me some lines by pm containing the access to your Contenido backend, i'll check this...
Regards
xmurrix
Re: Video
Verfasst: Di 27. Apr 2010, 07:34
von ilias
Thanks for your quick reply,
i sent you pm with codes.
Best Regards
ILIAS