Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi,
I am using Dreamweaver CS4 and I made a simple flash menu bar. This menu bar is a vertical one that when you roll over it drops down. I am having trouble putting text under the menu bar, particularly when I mouse over, put simply the whole flash menu takes a lot of space because of the drop down lists, and I cant put anything under those lists witch intern make the webpage ugly and take way too much room than needed. I made a very simple image to describe the trouble.http://www.imagebeast.net/images/te...
http://www.imagebeast.net/images/ub...
Thanks in advance.

Hi, have you tried using the transparent mode parameter for your Flash object?
<param name=wmode value="transparent">
And in your embed, set wmode="transparent"
So for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="200">
<param name="movie" value="your_nav_image.swf">
<param name="wmode" value="transparent">
<param name="quality" value="high">
<embed src="your_nav_image.swf" quality="high"
wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="200"></embed>
</object>Note, you would need to customize the .swf filename, width and height variables to that of your Flash movie.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |