Random Image Question

Hello. I’m making a website for a company that has a featured spot section and I’ve got the featured spot loading randomly. But of course it reloads every time they go to that section. Does anyone know of a way to get it to only randomly load once each time they come to the website so the spot doesn’t change while they are at the website?

Thanks.

put an

if(_root.spotHasLoaded != true){

statement around your loading script and in your randomly picked swfs put this in the first frame

_root.spotHasLoaded = true

… or do i misinterpret your question??

Prophet.