Auto-update every 15 seconds

hi guys.

I have a AS 1.0 code that when i refresh my page change an especific swf file.
but i want that every 15 second, change automatic the files without refresh the page?

how i can do it?

i dont know use action script.
would anybody please do that i want to do?

thanks.


filename = ["01.swf", "02.swf", "03.swf", "04.swf", "05.swf"];
path = "swf/";
i = filename.length;
k = Math.floor(Math.random()*i);
loadMovie(path+filename[k], movieTarget);