hey, so i'm trying to add a flash animation at the top of my homepage(below the header)....i've been trying to hardcode the .swf in the home.php file, but i haven't had much luck....
is there an easy bit of code that will do the trick?
help! :)
hey, so i'm trying to add a flash animation at the top of my homepage(below the header)....i've been trying to hardcode the .swf in the home.php file, but i haven't had much luck....
is there an easy bit of code that will do the trick?
help! :)
this is a great plugin
http://wordpress.org/extend/plugins/kimili-flash-embed/
refer to this page for config options
http://kimili.com/plugins/kml_flashembed/#configuration
from the site:
You can put a kml_flashembed tag anywhere on your site, but it requires some familiarity with editing PHP and HTML files. With the Tag Generator, the plugin is set up to insert tags in posts very easily, but you can manually insert a tag in any of your theme files as well. Simply navigate to Appearance → Editor, select one of your current Theme’s PHP files, and insert a KFE tag among the HTML and PHP where you want your SWF to appear.
yeah, that worked great...funny thing is, i already did this, but didn't think it was working....the css in my theme was declaring the max size of a homepage object as 280x235, whereas my swf was 610x240....
so, it was being displayed in a small box, a fraction of the size i wanted it.....so, i figured it was my flash code that was wrong....
after inspecting with firebug, the css was displayed, corrected and all was well after that...
thanks for the help, kml works great....though, i've learned to keep my eyes open even more than usual!
This topic has been closed to new replies.