1. Open Dreamweaver
2. Select the HTML page into which you want to insert the banner, or start from scratch and open a new page
3. Save the HTML file to your website directory
4. Click on the position where you want to insert the banner
5. Go to Insert - Media - Flash
6. Now the Select file menu pops up. Select your swf banner file from the list, and click on OK
7. Now the Flash properties window opens up. Here you can edit the properties of your Flash animation, but in general you can use the default settings.
8. Finally save and preview your file.
Script for inserting SWF banners into HTML code
This script is generating an object tag recommended by Adobe here.
1 In FlashGenerateObj function call, replace 729,90 with the dimensions of your banner and replace Banner.swf with location and name of your banner.
2 NOTE: to avoid "Click to activate and use this control" warning in IE, copy this script to a separate .js file and add a reference to it in HTML.