Below, you'll find the basic code used to embed Flash objects into web pages.
Substitute the appropriate width and height.
Make sure the sources are changed in both places.
<object width="550" height="400">
<param name="movie" value="INSERT_LINK_HERE">
<embed src="INSERT_LINK_HERE" width="550" height="400">
</embed>
</object>