I have just recently installed the Coffeecup Flash Menu Builder and tried to create a navbar for the side of my site. Unfortunately, this only shows up in Internet Explorer and not Firefox. Anyone know of any workarounds or changes I could make to my script?
navbar.html<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<body bgcolor="black"><p align="center"></br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- Here is the HTML that you need to copy and paste into your page -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="122" height="109" id="CoffeeCup" align="middle" />
<param name="movie" value="Navbar.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#000000" />
<embed src="Navbar.swf" quality="high" bgcolor="#000000" width="122" height="109"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</p></body></html>
navbar.xml<?xml version="1.0"?>
<coffeecupmenu version="3.1"
x="0"
y="0"
w="122"
h="109"
bkdobk="t"
bkdogradient="f"
bkfillclr="0x000000"
bkfillalpha="100"
bkgradclr="0xFFFFFF"
bkgradalpha="100"
bkgradangle="70"
bkdoimg="f"
bkimg=""
bkdobdr="f"
bkbdrsolid="t"
bkbdrcolor="0x808080"
bkdomask="t"
fntx="0"
fnty="0"
fntalpha="100"
fnttext=""
fntsize="10"
fntclr="0xFF0000"
fntbold="f"
fntitalic="f"
fnt="Arial"
horz="f"
transinalpha="t"
transinxscale="t"
transinyscale="t"
transoutalpha="t"
transoutxscale="t"
transoutyscale="t"
showscrollbtns="f"
fntuline="f"
clicksound=""
textposition="center"
transparent="f"
mfontSize="10"
mtextposition="center"
mfontname="Arial"
mfontweight="f"
mfontstyle="f"
mfontuline="f"
mfontcolor="0xFF0000"
btnimage="Pure Evil.png"
menuimage="Pure Evil (3).png"
dorollover="f"
>
<buttonholder
x="1"
y="1"
w="122"
h="109"
bkdomask="t"
bkdobk="f"
bkfillclr="0xc0c0c0"
bkfillalpha="100"
buttonw="120"
buttonh="21"
buttonspacing="5"
doscroll="t"
horz="f"
embedded="t"
>
<button
bkdomask="t"
bkdobk="f"
bkfillalpha="100"
bkdoimg="t"
bkimg="Pure Evil.png"
txt="Home"
link="http://www.sephizor.com"
frame="_parent"
></button>
<button
bkdomask="t"
bkdobk="f"
bkfillalpha="100"
bkdoimg="t"
bkimg="Pure Evil.png"
txt="Forums"
link=""
frame="_parent"
submenuname="btn1menu"
></button>
<button
bkdomask="t"
bkdobk="f"
bkfillalpha="100"
bkdoimg="t"
bkimg="Pure Evil.png"
txt="Support Center"
link="http://support.sephizor.com"
frame="_parent"
></button>
</buttonholder>
<buttonholder
x="1"
y="0"
w="120"
h="57"
issubmenu="t"
name="btn1menu"
buttonw="120"
buttonh="21"
buttonspacing="5"
doscroll="t"
horz="f"
>
<button
bkdomask="t"
bkdobk="f"
bkfillalpha="100"
bkdoimg="t"
bkimg="Pure Evil (3).png"
txt="Forums"
link="http://www.sephizor.com/forums/"
frame="_blank"
></button>
<button
bkdomask="t"
bkdobk="f"
bkfillalpha="100"
bkdoimg="t"
bkimg="Pure Evil (3).png"
txt="UCP"
link="http://www.sephizor.com/forums/ucp.php"
frame="_blank"
></button>
</buttonholder>
</coffeecupmenu>
Link to my crappy page just so you can see:
www.sephizor.com