One fix is to add the following code to the bottom of your wp-config.php:
// BEGIN FIX TO ENABLE IFRAME POSTING FROM AUDIOBLOG.COMIf you don't have access to this file, contact your site's administrator.
$allowedposttags["iframe"] = array("src" => array(),
"height" => array(), "width" => array(), "frameborder" => array(),
"scroll" => array(), "scrolling" => array());
// END FIX TO ENABLE IFRAME POSTING FROM AUDIOBLOG.COM



