on (release) {
duplicateMovieClip("_root.dropZone", "zoneProfile", 1);
_parent.zoneProfile._x = 80;
_parent.zoneProfile._y = 340;
loadMovie("swf/profile.swf", "_root.zoneprofile");
}Expected behavior is that any Movieclip that may be loading currently in that level stops loading while this new one loads.
This works fine on every other Browser OS combo, but in OX Ten (IE v5, Safari v1) any Movieclip that has started to load will keep loading while the new one loads as well.
Now while this is fine in some sense, we want is the older Movieclip to stop loading at the point it is interrupted, and the new one to start.
If you then go back to the older one, it just continues, and the newer one should wait it's turn.
Also works as expected for Mac OX Ten Netscape v7, Opera V?
Any clues?
--- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/
