Title: Adding a Flash XML
Last modified: August 20, 2016

---

# Adding a Flash XML

 *  Resolved [Paintballer](https://wordpress.org/support/users/paintballer/)
 * (@paintballer)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-flash-xml/)
 * Hi There,
 * I would like to add flash xml player to my website. I need to add this code <?
   php fxbannerrotator_echo_embed_code(); ?>. I don’t know where to insert the code.
   I woould like to put in where the header image is.
 * Thanks for the help.

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-flash-xml/#post-3386082)
 * Hi Paintballer
 * How to remove the header image on Raindrops theme
 * 1. open the header-html5.php template
    2. Please find the following codes.　maybe
   line:38
 *     ```
       <?php
       /**
        * header image
        * array("style"=>"border:3px solid red;",'img' => 'replace your image uri','color' => 'hexcolor not need #','description' => 'replace your text','description_style' => 'desctiption style rule')
        */
   
       echo raindrops_header_image( 'elements' );
       ?>
       ```
   
 * 3. comment out header image code like below.
 *     ```
       //echo raindrops_header_image( 'elements' );
       ```
   
 * then insert into your custom code comment outed after line.
 * Thank you.
 *  Thread Starter [Paintballer](https://wordpress.org/support/users/paintballer/)
 * (@paintballer)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-flash-xml/#post-3386147)
 * Hi Nobita,
 * That work like a charm.
 * Thanks for your help.

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

The topic ‘Adding a Flash XML’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Paintballer](https://wordpress.org/support/users/paintballer/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/adding-a-flash-xml/#post-3386147)
 * Status: resolved