I need to create a Wiki using FCKeditor in which I want to provide the flexibility of embedding videos by users. Does FCKeditor support video embedding? If not, are there any plug-ins available for FCKeditor?
A:
You can create a plugin that simple adds a flash object (supported by default) which is a player and configure it to play some video.
MahdeTo
2009-04-14 11:41:19
A:
I did something like that at my forums: How to insert a video. Here's the code of the plugin: fck_postvideo.html and fckplugin.js.
buti-oxa
2009-04-14 20:16:38
A:
Well, unless you are using HTML5 I'm assuming you'll be using Flash to display video. FCKEditor has a built in dialogue box for embedding flash movies.
Take a look at the demo http://www.fckeditor.net/demo and look for the Flash control found on the second row, 6th icon in from the right.
Darren
2009-08-30 10:33:51