Firstly apologies if this is the wrong forum.
I created a website for a band that has a swf picture gallery that drags in photos from a pictures folder - so as long as the pictures are named correctly then new photos just need dropping into the relevant folder. This has been working fine for the last 4/5 years, but just lately it hasn't. It brings in the pictures ok, but won't allow you to click on and enlarge them. I'm wondering if it has anything to do with not finding the correct plugins.

My html code is:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org" />
<link rel="stylesheet" type="text/css" href="scrollbar.css" />
<title>Ghost Town Showdown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Ghost" />
<meta name="keywords" content="ghost town showdown, surrey, folk, guitar, music, bluegrass, band, music" />
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript">
</script>
<style type="text/css">
/*<![CDATA[*/
span.c2 {color: #FFFFFF}
div.c1 {font-family: Arial, Helvetica, sans-serif; text-align: center}
/*]]>*/
</style>

<style type="text/css">
/*<![CDATA[*/
body {
background-color: #000000;
}
span.c1 {color: #FFFFFF}
/*]]>*/
</style>
</head>
<body>
<div id="container"><script type="text/javascript">
//<![CDATA[
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','heig ht','750','title','gallery','src','Gallery','quali ty','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','Gallery' ); //end AC code
//]]>
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="750" title="gallery"><param name="movie" value="Gallery.swf" />
<param name="quality" value="high" />
<embed src="Gallery.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="750" /></object></noscript>
<div id="copyright">&copy; Ghost Town Showdown 2008 all rights reserved. Site design by <a href="mailto:mosesbrowns@aol.com"><span class="c1">Moses Browns</span></a></div>
<br />
<br />
<br /></div>
</body>
</html>


Any ideas much appreciated