Can anyone tell me why my flash is not working on my site? I have tested the flash file and it is working ok I have also inserted this code to link up to the flash so it works on the site and still no joy
<!-- start FLASH Object -->
<div id="flashcontent">
<div class="aligncenter">
<img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="" />
</div>
</div>
<script type="text/javascript">
var fo = new FlashObject("http://www.safetysolutions.ie/wordpress/wp-content/themes/11745/flash/header_cs4.swf", "mymovie", "823", "540", "7", "#336699");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
<!-- end FLASH Object -->