Page 1 of 1

Re: Embedding Video into page

Posted: Tue Jun 29, 2010 2:39 pm
by tmar89
I use SWFObject and convert my videos to FLV using Super (C).  This works very well, http://www.nees.lehigh.edu/projects/mis ... results-2/

http://blog.deconcept.com/swfobject/
http://code.google.com/p/swfobject/

Re: Embedding Video into page

Posted: Tue Jun 29, 2010 3:36 pm
by Salketer
If you want your website to handle the conversion by itself, have a look at http://www.phpclasses.org/package/3747- ... ogram.html

Take note that file conversion can be stressful for a server so you might want to be cautious here.

Re: Embedding Video into page

Posted: Tue Jun 29, 2010 3:37 pm
by mw
there are a few modules that do this, two of which I wrote:
AVPlayer:
http://dev.cmsmadesimple.org/projects/avplayer
which involves uploading and cataloging your own videos and/or audio files
and
Youtube Player:
http://dev.cmsmadesimple.org/projects/youtubeplayer
which catalogs videos from You tube...

Re: Embedding Video into page

Posted: Tue Jun 29, 2010 6:57 pm
by lume
vertex wrote: I want to place a video on the page but i cannot find any information on how i can do that and what video format I can use.
Well I use the Play Module (nice module to capsule the neolao players). It plays flw and mp3, so you probably have to do the conversion on your own. But Super is your friend ... (as already stated in this thread)