Flash and html

I was wondering how do you make a flash banner with buttons on it work with html. I made my banner on this webpage. http://free.hostultra.com/~Birdman/html.htm
here is the code
[color=#003366]<html></html>
<object width=“755” height=“195”>
<param name=“movie” value=“http://home.ripway.com/2004-3/92699/skaterus5.swf”>
<embed src=“http://home.ripway.com/2004-3/92699/skaterus5.swf” width=“755” height=“195”>
</embed>
</object>
<body bgcolor=#000000>
[/color]
here are some questions with my webpage:
how do you make it so the banner will perfectly fit at the top of the page?
how do you put more code so that it will show on my page? (if i put more code, it doesn’t show)
Is the html coding right?
If you can help me fix it or tell me anything about flash and html, plz tell me, thx

to load a html page, use the getURL function.
to position your banner on the top of the page, add topmargin=0 and leftmargin=0 parameters in the <body> tag. your html coding is wrong. the order is–
<html>
<head>
</head>
<body>

</body>
</html>