Install TopFlashEmbed plugin for swf support, after modify custom-banners.php and change
this line:
$html .= $banner->post_content;
for this lines:
$cadenavarchar = substr($banner->post_content, 0, 7);
if($cadenavarchar=”[topswf”){
$html .= do_shortcode($banner->post_content);
}else{
$html .= $banner->post_content;
}