Question : Rollover flash "SWF" files are not working in internet explorer

I'm having an issue with flash rollovers in internet explorer. This problem happened recently and I have no idea why it's happened. A week ago the client could see the flash based website in internet explorer just fine, but now the rollovers just work in safari and firefox. The only thing I have changed in the code is the name of the SWF file.

The link to the website is www.tracywilliamsltd.com. When you hover the mouse over the "Gallery" link on the website it works fine. However when you hover the mouse over the "exhibition" and "artists" links it appears the "exhibition" and "artists" SWF files do not seem to load. The hyperlinks within the "Gallery" section seem to work fine so it appears that there may be a possible errors/issues with the coding (i.e. javascript, flash) "main" (index.html) file. I've made sure the renamed SWF files are matching what is being called in the main HTML code.  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;  charset=ISO-8859-1">
<meta name="google-site-verification" content="oo9D72qL7LKcKsl1vmKfSulcnWalHh3ygq5q9AzRZC8" />
		<TITLE>Tracy Williams, Ltd.</TITLE>
		<csactionitem name="48fdf385"></csactionitem>
		<csactionitem name="48f40481"></csactionitem>
		<csactionitem name="48fd8df3"></csactionitem>
		<csactions>
			<csaction name="48fd8df3" class="Preload Image" type="onload" val0="website/gallerymenu.swf" urlparams="1"></csaction>
			<csaction name="48fdf385" class="Preload Image" type="onload" val0="website/exhmenu.swf" urlparams="1"></csaction>
			<csaction name="48f40481" class="Preload Image" type="onload" val0="website/artistsmenu.swf" urlparams="1"></csaction>
		</csactions>
		<csscriptdict>
			<script type="text/javascript"><!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var aa = fct[array[i]];
		if (aa == null) return false;
		var ta = new Array;
		for(var j=1;j<aa.length;j++) {
			if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
				if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
				else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
				else ta[j]=aa[j];}
			} else ta[j]=aa[j];
		}			
		result=aa[0](ta);
	}
	return result;
}
CSAct = new Object;
 
CSImages=new Array();
function CSPreloadImage(action) {
	if (document.images) { CSImages[CSImages.length]=new Image(); CSImages[CSImages.length-1].src=action[1]; }
}
 
 
// --></script>
		</csscriptdict>
		<csactiondict>
			<script type="text/javascript"><!--
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'website/exhmenu.swf');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'website/artistsmenu.swf');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'website/gallerymenu.swf');
 
// --></script>
		</csactiondict>
	</HEAD>
<BODY onLoad="CSScriptInit();" bgcolor="#FFFFFF" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
		<div align="center">
			<!-- URL's used in the movie--><a href=mailto:[email protected]></a><!-- text used in the movie--><!--Tracy Williams Ltd.ow@fn15729:xF,ehp0YNkS3--><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="68%" height="100%" id="TWLTDindex" align="">
				<param name=movie value="TWLTDindex.swf?1166423">
				<param name=quality value=high>
				<param name=bgcolor value=#FFFFFF>
				<embed src="TWLTDindex.swf?1166423" quality=high bgcolor=#FFFFFF width="68%" height="100%" name="TWLTDindex" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> 
				<noembed> Tracy Williams, Ltd., representing Fiona Banner, Cindy Bernard, Pedro Cabrita Reis, Lili Dujourie, Richard Dupont, Simryn Gill, Olav Christopher Jenssen, Judy Ledgerwood, Zoe Leonard, Matt Mullican, Anne-Marie Schneider, Georgina Starr, and Jan Vercruysse</noembed>
			</object></div>
	</BODY>
</HTML>

Answer : Rollover flash "SWF" files are not working in internet explorer

I am using IE 8, and it is working fine..
Random Solutions  
 
programming4us programming4us