Menu buttons

Here’s my code, I want a transparent background.

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;  charset=ISO-8859-1">
<TITLE>menu</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<A HREF=home.html></A> <A HREF=profile.html></A> <A HREF=gallery.html></A> <A HREF=tutorials.html></A> <A HREF=contact.html></A> <!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="400" HEIGHT="50" id="menu" ALIGN="">
 <PARAM NAME=movie VALUE="menu.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="menu.swf" quality=high wmode=transparent bgcolor=#FFFFFF  WIDTH="400" HEIGHT="50" NAME="menu" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>

Thanks.

uh ok so i come into this thread expecting something about menu buttons… wtf man?

anways, try searching the forums or the kirupa tutorials before you post something like this.

here’s what you’re looking for:

http://www.kirupa.com/developer/mx/transparency.htm

transparent background of what, your flash movie or your background of html page??? what are u talking about?

I did part A from that tutorial, and it wasn’t working, I’ll try part b. Sorry this is my first flash animation.

I wanted the flash movie to have a transparent background.

I love the edit/del function because it makes me look less mentally deficient.

lmao man that is pretty funny

Ur flash movie is already transparent accordingly to the code u posted.
Unless i am mistaken

:slight_smile:

That’s what I thought it should be transparent, but it has a white background when I open it in Dreamweaver. Because I did make it Windowless Transparent in the publish settings. I probably should say that to start off with, I don’t know all the jargon for flash yet so I will probably say things wierd, too.

Try opening ur file in your browser. Then change the body bgcolor and try it again. It should work.

check this