Embedding your Flash Site
Locate the published site.html and site.swf files. They generally published into the same folder the flash project file resides in. Open the html file in a web browser. Then view the source code. You will want to copy the what lies between <noscript> and </noscript>.
Should look a bit like this:
Paste this object within the <body> of the html page that will host the flash site. Now all that is left to do is upload the .swf file into the same folder that houses the page this code has been pasted into. You can override the stage width and height as well as background color but the results might be a little messy. It's best to make sure the stage is the right size when beginning the creation of a site.

