Design + Coding > Embedded SWF not displaying

I published a flash video as a SWF and grabbed the object embed code from the HTML I published with it, but when I put it on the site i'm working on, only a blank space appears. I uploaded all the files into a video-files folder and put the relative link (/storage/video-files/filename.swf), and it isn't displaying. I know the .swf file works, so i'm wondering if it might be the embed code that Flash 8 generated, which is:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="198" height="162" id="test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
</object>

Is there an issue with this code, or is there an easier way to do this that doesn't require a lot of coding?

11.6.2009 | Registered CommenterStephen Bates

And pre-emptively, I haven't found any other posts that have really helped

11.6.2009 | Registered CommenterStephen Bates

Posted the wrong one: Here is the code currently on this page http://themagneticgroup.squarespace.com:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="198" height="162" id="test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="/storage/video-files/test.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
</object>

11.6.2009 | Registered CommenterStephen Bates