I have tried to install this plugin in a drupal 6.5 installation. The fckeditor is working fine and does the usual embed method. I followed your installation instructions for this plugin but does not replace the embed method. I am using fckeditor 2.6.3 . If you know that your plugin works for this setup then the only thing I can figure is that the " FCKConfig.swfObjectPath = '/scripts/swfobject.js' ;" is wrong. I was assuming that your path description either starts from the site root or from the directory that the fckconfig.js is in. I put in both places but still no replacement of the normal embed function even after clearing the cache. What do you think I have wrong?
On another note I like to use the IMCE browser module instead of the default one. Do you see any issues with this?
However the swfobject plugin for some reason does not work with drupal 6.5 and fckeditor 2.6.3. I have added the plugin exactly as described in your installation notes and also added
FCKConfig.Plugins.Add( 'swfobject', 'en,es') ;
to the fckeditor.config.js file in the drupal fckeditor module that adds some customization and interface for drupal. When I insert an swf file with your config I get a flash placeholder with the scource code as such:
As you can see it has nothing to do with a flash file. Maybe with this info, you might have a better idea of what I might be doing wrong or if the plugin will not work with the current drupal 6 and fckeditor. Hope this helps and thanks for responding back so soon. Let me know what you think.
you don't have to modify fckeditor.js just your configuration file, and the download page is linked in the first post, check the versions. There might be a newer release even easier to install, but currently I'm quite busy.
You should put the path to wherever you have placed the swfobject library. You can put it anywhere you like, and if you don't write it correctly you will get a 404 hit in your server when the final page is viewed (and of course the flash movie won't be shown)
If saving the code makes some parts of it dissapear, then you should look at your server configuration and your server script. That's not related to this plugin.
As I said, that must be due to another plugin that it's reusing also the image processor. I hope that you don't expect me to install Drupal in order to try to reproduce your problems.
Re: plugin to use SWFObject instead of embeds
On another note I like to use the IMCE browser module instead of the default one. Do you see any issues with this?
Re: plugin to use SWFObject instead of embeds
I don't know anything about drupal, but as long as you can use javascript in your page you should be able to use the code generated by the plugin
Re: plugin to use SWFObject instead of embeds
Re: plugin to use SWFObject instead of embeds
Re: plugin to use SWFObject instead of embeds
There might be a newer release even easier to install, but currently I'm quite busy.
Re: plugin to use SWFObject instead of embeds
Re: plugin to use SWFObject instead of embeds
If saving the code makes some parts of it dissapear, then you should look at your server configuration and your server script. That's not related to this plugin.
Re: plugin to use SWFObject instead of embeds
Re: plugin to use SWFObject instead of embeds
Re: plugin to use SWFObject instead of embeds
I hope that you don't expect me to install Drupal in order to try to reproduce your problems.