I have the same problem after the upgrade of WordPress 4.3. I tried podoglyph’s suggestion but to no avail. I’ve reverted the whole site to it’s former backup.
@schmunk, I could look at your site if you wanted. But if the commenting method worked for you and you want to leave it there. Good.
I have a patch for you that can work until the developper finds a solution:
Go to your file: wp-content/plugins/kimili-flash-embed/kml_flashembed.php
Under the line that reads :
$querystring = join("&", $this->parseFvars($fvars));
Just put these lines:
$movie = str_replace('”', "", $movie);
$movie = str_replace(' »', "", $movie);
Because after an WP4.0 update, the plugin will add extra quotes on the path of the swf files in the <object> element, which makes a 404. And of course, not loading your file.