Putting buttons on site?

I’m REALLY Noobish in flash, but ive manage to make a few buttons w/ sounds. Now I want to put the buttons onto a site in dreamweaver MX ontop of a table, but its not working, it keeps going to the bottom of the table can anyone tell me how to fix this? :hat:

Put it on TOP of a table?

I am not sure what you mean by that. You can add it BEFORE or AFTER a table, or IN a table… but on TOP of would require much more than just putting the code in there.

I meant IN atable but i dont need to do that know ive made something else

Oh ok… well even though you don’t need to do that, you just put the code between some table tags.

<table>
<tr>
<td> INSERT FLASH EMBED CODE HERE </td>
</tr>
</table>

Of course that table assumes you are starting a fresh table for your flash movie. If you are incorporating it into an already made table just put the code between some TD tags.