Title: Flash Banners?
Last modified: August 22, 2016

---

# Flash Banners?

 *  Resolved [Dddt](https://wordpress.org/support/users/dddt/)
 * (@dddt)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flash-banners/)
 * Hi there,
    I need to know whether I can upload flash banners?
 * [https://wordpress.org/plugins/custom-banners/](https://wordpress.org/plugins/custom-banners/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [pronexo](https://wordpress.org/support/users/pronexo/)
 * (@pronexo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flash-banners/#post-5827341)
 * 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;
    }
 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flash-banners/#post-5827460)
 * Hello!
 * Following the above tip should work for you, so I will mark this resolved.
 * We will look into extending functionality to process shortcodes inside our banners,
   as an option, in a future update — this will negate the need for the above code
   snippet.
 * All the best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Flash Banners?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-banners_ffffff.svg)
 * [Custom Banners](https://wordpress.org/plugins/custom-banners/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-banners/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-banners/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-banners/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-banners/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-banners/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/flash-banners/#post-5827460)
 * Status: resolved