My loaded swf using loadMovie action keeps refreshing everytime the animation loops. Any ideas how i can keep the animation looping without making the swf refreshing? I’ve already had a suggestion ;
if(loaded == undefined){
loaded = true;
loadMovie(“your.swf”, 5);
}
but (as i am making a website) when i load the other swf files, they load underneath the “your.swf” file.
Any ideas appreciated - THANKYOU so much