Embedding Flash Videos
You can embed flash video files to your web page by using the following code in the body section of your HTML:
<object type="application/x-shockwave-flash" data="URL location of flash video file.swf" width="X" height="Y">
<param name="movie" value="URL location of flash video file.swf" />
</object>
The values of X and Y are the values of the width and height (in pixels) that you want your video to be. Be sure that the two URL addresses match.