I used Coffee Cup's Web Video Player to convert a .mov file to a flash file. I plugged the code into my web page and find that the trailer is not coming up. The 2 graphics I entered come up fine but not the video. If anyone can review the code and see where I went wrong, I would be much obliged!
Thank you for taking the time to help me! I really appreciate the help!

Here's the code.
<body>
<table width="600" border="0" align="center">
<tr>
<td width="137"> </td>
<td width="325" rowspan="2"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','325','height','293','align','middle','title','alter trailer','src','/trailers/alter/altertrailer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/trailers/alter/altertrailer' ); //end AC code
</script><noscript><script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">var so = new SWFObject("altertrailer.swf","", "350", "289", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.write("CC2687321");</script> </noscript></td>
<td width="124"> </td>
</tr>
<tr>
<td><img src="/trailers/alter/side1.jpg" alt="side1filler" width="137" height="256" /></td>
<td><img src="/trailers/alter/side1.jpg" alt="side1filler" width="137" height="256" /></td>
</tr>
</table>
</body>
</html>