Cant get flash banner to load in Dreamweaver

Hi there I just started testing my site online with an animated flash banner that I’m trying to build a preloader for but I cant seem to load the flash up in Dreamweaver.

The flash is under the main text

http://thedogparticle.com/

http://thedogparticle.com/flash/uvr2.swf
http://thedogparticle.com/flash/uvr2.html

It all works fine offline I’m puzzled as everything is where it should be isnt it?

      <td colspan="3" rowspan="2" valign="top" bgcolor="#000000"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','735','height','150','src','Flash/uvr2','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Flash/uvr2' ); //end AC code
      </script>        <noscript>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="735" height="150">
        <param name="movie" value="Flash/uvr2.swf" />
        <param name="quality" value="high" />
        <embed src="Flash/uvr2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="735" height="150"></embed>
      </object>
        </noscript></td>
      <td>&nbsp;</td>
      <td></td>
      <td></td>
    </tr>

Thanks