Hi,
I am trying to put my website flash menu to the word press default header. I use this codes in the header.php:
<td align="center" valign="bottom">
<object width ="940" height="90">
<param name="movie" value="http://www.mycompany.com/flash/menu_v8.swf">
<param name="quality" value="high">
<param name="wmode" value="window">
<param name="menu" value="false">
<object data="http://www.mycompany.com/flash/menu_v8.swf" width="940" height="90" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
</object>
</object>
I managed to make the flash menu appear on the blog's header. Unfortunately,when I clicked on the Flash menu(e.g:Company) instead of linking to my company's website, it appear to this link:www.mycompany/blog/company.html
What is wrong here?Can anyone help me?Please.