Title: Yanev's Replies | WordPress.org

---

# Yanev

  [  ](https://wordpress.org/support/users/yanev/)

 *   [Profile](https://wordpress.org/support/users/yanev/)
 *   [Topics Started](https://wordpress.org/support/users/yanev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yanev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yanev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yanev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yanev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yanev/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Organizing div tags](https://wordpress.org/support/topic/organizing-div-tags/)
 *  Thread Starter [Yanev](https://wordpress.org/support/users/yanev/)
 * (@yanev)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/organizing-div-tags/#post-2087822)
 * btw.. I m using Organic Structure theme…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add a link to .swf object](https://wordpress.org/support/topic/add-a-link-to-swf-object/)
 *  Thread Starter [Yanev](https://wordpress.org/support/users/yanev/)
 * (@yanev)
 * [15 years ago](https://wordpress.org/support/topic/add-a-link-to-swf-object/#post-2073973)
 * tnx that really helped !
    cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Insert a .SWF file in the HEADER](https://wordpress.org/support/topic/insert-a-swf-file-in-the-header/)
 *  Thread Starter [Yanev](https://wordpress.org/support/users/yanev/)
 * (@yanev)
 * [15 years ago](https://wordpress.org/support/topic/insert-a-swf-file-in-the-header/#post-2054554)
 * ooh, and one last thing, for the themes that have header files that can be uploaded
   using the dashboard, u may wanna upload the flash file there also.
 * cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Insert a .SWF file in the HEADER](https://wordpress.org/support/topic/insert-a-swf-file-in-the-header/)
 *  Thread Starter [Yanev](https://wordpress.org/support/users/yanev/)
 * (@yanev)
 * [15 years ago](https://wordpress.org/support/topic/insert-a-swf-file-in-the-header/#post-2054551)
 * Never mind, i solved it..
    For those of you that will encounter the same problem,
   here’s some steps that will guide u through :
 * 1. Download this plugin [Kimili Flash Embed](http://wordpress.org/extend/plugins/search.php?q=kimili)
 * 2. Install the plug in: Just unzip the files in the wp-content > plugin in the
   local copy of your blog then upload to where you’re hosting your blog.
 * 3. Using your admin panel, activate the Kimili plug in.
 * 4. Then using your host’s c-panel file manager, go to wp-content > themes and
   find your theme and in that folder you should be able to see a file called header.
   php or a similar name depending on which theme you are using.
 * 5. Then replace the header code which is something like this:
 *     ```
       <div id="header">
   
               <div class="headerleft">
                   <strong><p id="title"><a href="<?php echo get_option('home'); ?>/" title=""><?php bloginfo('name'); ?></a></p></strong>
               </div>
       ```
   
 * with
    `<p>[kml_flashembed movie="the_directory_to_the_file/filename.swf" height
   ="height" width="width" /] </p>`
 * p.s. Make sure u got the dimensions of the flash file right and compatible with
   the specified dimensions of ur header image. If not u should either change the
   file dimensions or change the CSS code of the header.
 * Hope i helped someone 🙂

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