I followed pbwordp’s directions on how to replace the banner with a flash swf file, but its just not happening. There’s a big white square where the banner should be.
Help me out: https://epicgeniusmedia.com
Do I need to include an AC_RunActiveScript.js file?
Also, I currently have the swf file located in the root folder of my theme (wp-content>themes>GreenBeige>banner.swf)
I added the following code into my header.php file:
<?php
{
echo ‘<object width=”800″ height=”460″>
<param name=”movie” value=”banner.swf”>
<embed src=”banner.swf” width=”800″ height=”460″>
</embed>
</object>’;
} ?>
What did I do wrong?
– Moppert