PDA

View Full Version : xml in mac



dumbo
April 13th, 2003, 11:49 AM
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

RelandR
April 13th, 2003, 03:23 PM
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]
}
}