Hola, alguien sabe como hacer flash que carge aleatoriamente datos(images o swf) desde un XML?Gracias por su ayuda
Código : elXMLqueYaDebisteHaberCargado.onLoad=function(){ trace(this.firstChild.childNodes[Math.floor(Math.random()*this.firstChild.childNodes.length)]) }