Hi, I'm in the process of upgrading from CKEditor 3 to CKEditor 4. One of my custom plugin requires the iframedialog plugin. I noticed this is no longer part of the full package therefore I downloaded the plugin (making sure i got the correct one as this is confusingly named). I then added "iframedialog" to the extraPlugins part of my config file. However my plugin still won't work. Looking at the error message thrown there is a variable which contains an array of all the plugins and the iframedialog plugin is still null.
I've tried removing my cache and using different browsers but the problem still exists. I'd appreciate it if someone could offer some advice. Thanks

Fixed! I really should debug
Fixed! I really should debug in Chrome and not IE. The problem was the iframedialog plugin was returning a 404. I include my plugins as embedded resources and forgot to update it.