Hi
No question is a stupid question if you dont know the answer.. 
Any chance of a link to the page in question so I can see the whole thing?
Also you can see here:-
Code:
{
var rand = Math.floor(Math.random()*3);
var imgPath = "<img src='"+imageArray[rand]+"' alt='Welcome' border='0' align='absmiddle' />";
document.getElementById("image").innerHTML = imgPath;
}
This script is creating the html for an image tag when it runs, so the output when you change the imagearrays to imageArray[1] = "images/flash1.swf";
is something like this on the page:-
<img src="images/flash1.swf" alt="Welcome" border="0" align="absmiddle" />
and as you have mentioned flash needs a lot of other code to load up.. maybe the answer is to find a script with similar functionality designed for loading flash files..
Like I said shoot us a link to the page and we can all have a proper look then. 
Best Regards,
Pete
Bookmarks