CKEditor seems to be having an issue working with Picasa's embedded album slideshows. The problem seems to be that the editor is reducing my album's code, and while it works when I only edit the source code, making any edits to the page afterwards causes my albums to stop showing up.
The editor is reducing my code from something like this:
<embed type="application/x-shockwave-flash" src="https://static.googleusercontent.com/external_content/picasaweb.googleusercontent.com/slideshow.swf" width="600" height="400" flashvars="host=picasaweb.google.com&hl=en_US&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F104316019902132925502%2Falbumid%2F5943966529224756113%3Falt%3Drss%26kind%3Dphoto%26authkey%3DGv1sRgCOy32pCdlfD2PQ%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
to something like this:
<embed height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" src="https://static.googleusercontent.com/external_content/picasaweb.googleusercontent.com/slideshow.swf" type="application/x-shockwave-flash" width="600"></embed>
What's going on, and how can I stop CKEditor from doing this to my embedded albums? (I'm using Drupal if this helps)