Problem with flash dropdown menu

Hi Friends

I am a new to Flash, I have following problem with flash dropdown menu -

I have a flash dropdown menu, when i try to incorporate in my htm page as -

<table>
<tr><td><embed … menu.swf> </embed></td></tr>

<tr><td><img src=“main.jpg”></td></tr>

</table>

the problem is first td automatically increases the height to accomodate full dropdown menu
leaving significant white space between both rows, same problem also comes when the next <TR>
contains some another flash file.

I would like to have dropdown to appear on that image or on flash file as we see normally

thanks in advance

cooldeep

First thoughts would be to try and control the size of the table.

Your table tag can contain more options. It’s tricky to comment though as I can’t see the html that your table fits into.

Another thought is, I can’t imagine how your menu.swf would open out over the main.jpeg. Best bet would be to incorporate the main.jpeg into the menu.swf.

Finally you may not need the multiple table rows in the first place? If the table is the right width, the items will appear under each other anyway.