Re: [Flashcoders] Help with Image Slideshow - displaying random image

2011-01-20 Thread Anthony Pace
sorry if my first response seemed a bit cheeky... truth is I posted my response based on the subject of your post, and then I posted my second response, after actually reading it... kind of a cart before the horse scenario. On 1/20/2011 12:44 PM, Anthony Pace wrote: It seems to be your listen

Re: [Flashcoders] Help with Image Slideshow - displaying random image

2011-01-20 Thread Anthony Pace
If you want them to be random, take the xml as an array, and then do a random swap for each node. (I think someone posted some code for the proper way to shuffle an array.) then load the images in that order. \On 1/20/2011 12:44 PM, Anthony Pace wrote: It seems to be your listeners and the o

Re: [Flashcoders] Help with Image Slideshow - displaying random image

2011-01-20 Thread Anthony Pace
It seems to be your listeners and the order of the Complete events. On 1/20/2011 11:19 AM, Christopher Lucas wrote: any thanks to any and all who respond!! I'm at the extent of my AS skills. I'd like to make the following image slide show display like it does, sequentially, as well as making it

[Flashcoders] Help with Image Slideshow - displaying random image

2011-01-20 Thread Christopher Lucas
Many thanks to any and all who respond!! I'm at the extent of my AS skills. I'd like to make the following image slide show display like it does, sequentially, as well as making it display random. Anyone know how I can do that? I've included the code I have working now. Text and image are displayin