Ok, so here’s the problem I have. I have designed a series of galleries for someone. And all the thumbnails in each gallery are externally loaded using this actionscript:
loadMovie(“01.jpg”,_root.mainpic);
loadMovie(“01thumb.jpg”,_root.thumb01);
loadMovie(“02thumb.jpg”,_root.thumb02);
loadMovie(“03thumb.jpg”,_root.thumb03);
loadMovie(“04thumb.jpg”,_root.thumb04);
loadMovie(“05thumb.jpg”,_root.thumb05);
loadMovie(“06thumb.jpg”,_root.thumb06);
etc…
The problem I am having is that when you click a gallery and then close it before all the thumbs have loaded…and then go click another gallery the flash wont even load. You have to completely shutdown your browser. It seems you have to let all the thumbs from the gallery load completely before you move onto the next gallery.I have tried different browsers and I get the same thing. I’m sure it something I am doing wrong as I am not the strongest actionscripter. But I am baffled! Any help would be greatly appreciated!!!
Thank you in advance!