Fantastic! I inserted this code in the index.php file and it works:
<?php $content = preg_replace('%<object.*<\/object>%smUi', '', $post->post_content);
$content = preg_replace('%<embed.*<\/embed>%smUi', '', $post->post_content);
echo apply_filters('the_content', $content); ?>
thanks