I've searched but on found problems of flash not working with firefox. My issue is a little different, I'm trying to get a little flash slide show to work on my main page, I cannot get it to work on any browser and I've tried several different things with no solution. I just copy and paste by code in the define page editor > define_main_page.php, everything works except for the flash slide show.

The page is located here

The code is:

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>



<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">





<!-- ImageReady Slices (Untitled-2) -->
<img src="images/top1.gif" width="500" height="204" alt="">
<!-- End ImageReady Slices -->

<table width="500px" style="border:0px solid #666666" cellpadding="5"><tr>
<td align="center" bgcolor="#FFFFFF"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','name','calendar','width','270','height','225','ali gn','middle','id','calendar','src','slideshow?sourceFile=data.xml&owner=partylik eacockstar.com','quality','high','bgcolor','#FFFFFF','allowscriptaccess','sameDo main','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','slideshow?sourceFile=data.xml&owner=partylikeacockstar. com' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="calendar" width="270" height="225" align="middle" id="calendar">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="images/slideshow.swf?sourceFile=data.xml&owner=partylikeacockstar.com" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="slideshow.swf?sourceFile=data.xml&owner=partylikeacockstar.com" width="270" height="225" align="middle" quality="high" bgcolor="#FFFFFF" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="calendar" /></embed>
</object></noscript>
</td></td>


</tr>
</table>

<img src="images/bottom.gif" alt="" width="500" height="204" border="0" usemap="#Map">
<map name="Map"><area shape="rect" coords="55,44,179,168" href="http://www.facebook.com/pages/Party-Like-A-Cockstar/153139181397656" target="_blank" alt="find party like a ######## star on facebook">
<area shape="rect" coords="272,44,477,177" href="http://maps.google.com/maps?q=1129 BLUFF Columbia, SC 29201&um=1&ie=UTF-8&sa=N&hl=en&tab=wl" target="_blank" alt="map to the party like a ######## star tail gate spot">
</map>


</body>

I noticed part of the site title is being filtered, well this is not a ######## site, its a site to support our local university, our mascot is the gamecocks. Thanks in advance!