Here are the basics, You need to code html page or your css more to suit your need. But this is sufficient to embed the flash object to the page.
Here is what your html code should look like. Note that DS.swf is your flash object.
<html>
<object align="left" width="1000" height="400" align="middle" bgcolor="Black">
<param name="movie" value="DS.swf" bgcolor="Black">
<embed bgcolor ="Black" src="DS.swf" width="1000" height="400" align="middle" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
<body bgcolor="Black">
</body>
</html>