WordPress is, for some reason, killing MSN Soapbox code. If I switch to the code view, paste in my code, then switch back to the visual view, it kills the code. I upgrade to WordPress 2.1.1 and I'm still seeing the same problem. Here's the original code:
<embed src=\"http://images.soapbox.msn.com/flash/soapbox1_1.swf\" quality=\"high\" width=\"412\" height=\"362\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" pluginspage=\"http://macromedia.com/go/getflashplayer\" flashvars=\"c=v&v=eef1c757-2417-4332-a96d-8433e90f1d78\" ></embed><br /><a href=\"http://soapbox.msn.com/video.aspx?vid=eef1c757-2417-4332-a96d-8433e90f1d78\" target=\"_new\" title=\"CTV Commercial\">Video: CTV Commercial</a>
Here's what WordPress does to the code:
<ibed quality=\"high\" width=\"412\" height=\"362\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" pluginspage=\"http://macromedia.com/go/getflashplayer\" flashvars=\"c=v&v=eef1c757-2417-4332-a96d-8433e90f1d78\">
<a href=\"http://soapbox.msn.com/video.aspx?vid=eef1c757-2417-4332-a96d-8433e90f1d78\" target=\"_new\" title=\"CTV Commercial\">Video: CTV Commercial</a></ibed>
It looks like it's converting <embed> tags to <ibed>. Anyone see this problem before?