Salve a tutti mi presento sono Veronica73 e sono nuova del forum
e sopratutto non sono una veterana di flashMX HELP ME

ora vi spiego il problema se ci riesco!!!!!!!!!!
ho un swf di una galleria fotografica rotante con i seguenti script:

1 frame::::::::::::::::::::::::::::::::::::::::::::: :::::::::


this._visible = false;
var numrotos = 6;
for (n=0; n<numrotos; n++) {
newroto = "roto"+String(n);
this.attachMovie("roto", newroto, n+1);
this[newroto].theta = n*360/numrotos;
this[newroto].panel = 22;
this[newroto].radius = 250;
this[newroto].rotographic.gotoAndStop(n+1);
}
this.title.swapDepths(100);

:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::
2frame :::::::::::::::::::::::::::::::::::::::::::::::::

if ((_root._ymouse<20) || (_root._ymouse>380)) {
speed = speed*.300;
} else {
speed = -_xmouse/300;
}
this._visible = true;

::::::::::::::::::::::::::::::::::::::::::::::::::
3frame :::::::::::::::::::::::::::::::::::::::::::::
gotoAndPlay(_currentframe-1);

::::::::::::::::::::::::::::::::::::::::::
4 ed ultimo frame:::::::::::::::::::::::::::::::::::::
stop();

:::::::::::::................................

questi script sono in un clip filmato
Al suo interno viene caricato il clip roto in questo modo (this.attachMovie("roto", newroto, n+1)).
Il file lo devo richiamare in un altro filmato ma il preload mi da il
problema classico dell' attach (non lo vedo finche non ha caricato tutto!!!)
Ora non ne esco piu' fuori ::::::
c'e' qualcuno che mi farebbe un esempio di come posso fare per vedere
sto benedetto preload?????????

GRAZIE ANTICIPATAMENTE