Flash MX to Dreamweaver MX

I am would like to find out how to correctly import a Flash rollover button - with sound - into Dreamweaver so that the swf image can be used as a link to another page. I have been trying to figure this out for several days now. I am new to both programs and I am trying to create my own web page. I looked around this forum to see if someone else had this same problem, but found nothing I could use. Any assistance would be appreciated.

such actions would be done easiest within flash.

In flash, select your button, and depending on how your actions window is set up (normal or advanced) you can either type in the following or youe the [+] drop-down or the action books panel on the left of the actions window to add the following:

on(release){
getURL("http://www.yourdesiredpage.com");
}