PDA

View Full Version : Flash getting in the way of Dreamweaver!


gcube
11-27-2006, 04:04 PM
Hi everyone,

I'm having a small problem in dreamweaver and was wondering if anyone could help?

I have added a drop down menu to an image in Dreamweaver using the behaviors panel - it works perfectly but I have also inserted a flash banner below the menu - now when I roll over the image the drop menu appears under the flash banner!

Does anyone know how to make the menu appear above the flash banner?

Thanks for any help.

gcube
11-27-2006, 06:14 PM
I have attached the files here because that might be confusing. The drop down menu is on the About button.

norb
11-29-2006, 05:32 AM
you need to set the window mode of the flash banner to transparent.
I have edited the <object> code you used... see below...


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="609" height="182" title="Home ">
<param name="movie" value="images/home.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="images/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="609" height="182"></embed>
</object>