I have a swf that loads external swfs on button presses. I would like to cycle through them as well. what is the correct way of going about this?
I have it set up so 3 frames hold different sections. I want it to cycle through each of those sections every 30 seconds or so. I know you need to use setInterval but I am not exactly sure how