Hi,
I have cereated a simple “back-forward”-navigation over the loadMovie function. So in every .fla there are two buttons with the previous and the next loadMovie-swf in it.
on (release) {
loadMovie (“1.swf”,1);
}
Well, this all works great, but I noticed (especially when handling with bigger files) the first movie will always appear between the loading-time of later movies. Is there anyway to undergo this event to make it look more fluently?
Thanks a lot,
keanolou