Yanev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Organizing div tagsbtw.. I m using Organic Structure theme…
Forum: Fixing WordPress
In reply to: Add a link to .swf objecttnx that really helped !
cheersForum: Fixing WordPress
In reply to: Insert a .SWF file in the HEADERooh, 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
In reply to: Insert a .SWF file in the HEADERNever 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
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 🙂