Xml in mac

need some help from some flash experts…
i have a flash file where i have these links loading from an xml file. the links then are loading external swf movies with a specific x and y target.

i got this working fine in pc’s but it doesn’t work in mac. anybody know the reason??

thanks!!!

link is right here
http://www.inksurge.com/test

are you not getting anything on the mac?

Just a wild guess…could it maybe this ?? :

function thisMovie(movieName) {
if (navigator.appName.indexOf (“Microsoft”) !=-1) {
return window[movieName]
} else {
return document[movieName]
}
}