Hi, I need to randomize xml nodes for the use in flash. The existing file is quit simple <icons> <icon image="imgs/flash/1.jpg"link="http://www.domain1.com/"/> <icon image="imgs/flash/2.jpg"link="http://www.domain2.com/"/> <icon image="imgs/flash/3.jpg"link="http://www.domain3.com/"/> <icon image="imgs/flash/4.jpg"link="http://www.domain4com/"/> etc. </icons> Code (markup): now i want to have something lik icons.php which open/reads icons.xml and randomize the icons order. any tips?
@kreoton, thx I was thinking about doing it that but i have done the randomize part in flash (with a shuffle function).