views:

2809

answers:

4

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
A: 

I believe it does. Unfortunately I'm not at work today so I can't easily double check, but there is this and this on the FCKeditor forum from 2008. Do these help?

ChrisF
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
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