Hi there,

Ok I have a simple file that allows HTML hyperlinks to run Flash through Javascript functions. It runs great in Netscape and IE for PC, but for MAC i get an error. Here is the link:

http://********iw.com/crap.htm

Should work great for you on PC. I think the MAC has a problem with the:

function movieobject(moviename)
{
if (navigator.appName.indexOf ("Microsoft") !=-1)
{
return window[moviename]
}

else
{
return document[moviename]
}
}

I don't know if MAC IE 5.1 handles the script well.


Any ideas?

Thanks!