Here's my page: http://www.garbarinishop.com/home/
Notice DIV#video in the bottom right corner? It's appearance is hard-coded into my WordPress page template header.php like so...
<?php if ( is_page('home')) { echo '<div id="video">
</div>' ; }
?>
...and I'm assuming I can replace that non-breaking space with whatever code needs to go in to display a .swf (like one I've got on a different page at http://www.garbarinishop.com -- the little one in the text column).
Got any tips? Or know of a good tutorial online? I'm having a hard time finding a helpful article detailing the process. Please help!