Transparent Flash button in Dreamweaver

If I add a rounded-corner button on my page with a colored background,
we see this in the browser:

This is the default code for this Dreamweaver button:

Add this parameter line:

<param name=wmode value="transparent" />

Then add this into the embed src line:

wmode ="transparent"

Now we see this in the browser: