Hello,

First of all, thank you for releasing the new CKEditor module so fast!

I have just released a new plugin called CKEditor SWF: http://drupal.org/project/ckeditor_swf
This module is an extension to the CKEditor module:
It enhances CKEditor's default Flash plugin by adding many features and fixes to it.
It also comes with a filter to convert Flash embedding markup generated by CKEditor into a standards compliant one.

Please review this module.
If you like it, it would be great if you could recommend it on CKEditor's project page.
Thank you in advance.

Comments

klonos’s picture

Excellent work anrikun!

I haven't used it yet, but I installed it simply by looking at the list of features you claim it offers. I believe it'll be handy someday. I think that the code that needs to be placed in CKEditor module's ckeditor.config.js file:

  config.extraPlugins += (config.extraPlugins ? ',swf' : 'swf');
  CKEDITOR.plugins.addExternal('swf', Drupal.settings.ckeditor_swf.module_path + '/plugins/swf/');
}; // add the 2 lines above before this line, at the end of the file.

should be merged in CKEditor's code (perhaps with a fallback for when the CKEditor module is not present).

Might I also suggest to change this issue's title to 'CKEditor SWF support' and consider it fixed once the code has been incorporated + once there is a note in CKEditor module's page stating that it supports CKEditor SWF with a link to its page.

anrikun’s picture

Category: support » feature
Status: Active » Needs review

Thanks for your message Klonos.
Please test it for real ;-)

mephir’s picture

Status: Needs review » Reviewed & tested by the community
wwalc’s picture

Let's wait a little bit for the feedback from other users before adding any changes to the CKEditor module.
Haven't tested it yet, but looks interesting. Perhaps some ideas can be ported to CKEditor in the future (to the editor itself).

anrikun’s picture

Yes I definitely need some feedback.
I have no feedback from people who have actually tested it for real so far.

mephir’s picture

Ok, i should write something about, because i changed status. I installed it and test. Let's start. Plugin is quite nice and functional is good. I don't look much into code side, but in my opinion it can be wrote much simpler than is. Functionality is good, it is something which wasn't in ckeditor. Last thing in "next features" you are writing about support for swfobject, i'm waiting for it, i think it might the best thing which your module could do.

dczepierga’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

I think it's really nice plugin so I add support for it in config file. It will be released with next version of CKEditor module.
Changes commited to CVS.

Please check the latest dev release and let me know if you notice any poblems with it. Remember to clear Drupal cache and browsers cache before testing.

Greetings

anrikun’s picture

Thanks dczepierga!
By the way, there is also a 7.x version of CKEditor SWF.
Does this need to open a separate issue about it?

dczepierga’s picture

Ok i add support in D7 for CKEditor SWF and CKEditor Link.

Greetings

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mkesicki’s picture

Title: New module enhancing CKEditor's Flash plugin » Added support for CKEditor SWF
mkesicki’s picture

Title: Added support for CKEditor SWF » Add support for CKEditor SWF