flash xml question
- Started
- Last post
- 9 Responses
- machito
I have an image gallery that is using xml to create an array that I then use to grab and sort imges. In this setup I have found a bug in IE for mac (5.5) that takes the xml info and begins to parse it from the largest number to Zero. Every other browser does it correctly from zero to the largest number.
Anyone know why it is doing this?
- lostnation0
why does the browser matter if you are loading the xml from flash? just loop through the nodes and build your array, no?
- ********0
sounds like you need to create an array that uses xml to grab and sort the images
- machito0
I have a for loop that is like the following
for (i=0, i
- machito0
oops
for(i=0 i
- machito0
"for(i=0, i
- machito0
I can't get it to show....
for(i=0, i "is less than" totalNum, i++)
- xau0
If it in fact was a IE Mac bug... I'd be very, very, freaked out.
Are you certain?
Go to MM and install the latest Flash plug-in (even if you think you have it).
- machito0
xua that may be a good idea.
- machito0
Xau,
After installing it it is still doing the same back ass function. Any other suggestions? do you have a mac and ie?