Ciao a tutti. Volevo chiedere un aiuto per applicare ad un swf esterno l'effetto mirror.
da premettere che utilizzo la classe mirror gentilmente offerta da And80 :-)
allora per inserire un swf esterno utilizzo:
var r:Mirror = new Mirror(prova, 0, 50, 50); // è lo script che chiama la classe
poi per inserire un swf esterno è questo:
var prova:MovieClip = this.createEmptyMovieClip("prova",this.getNextHigh estDepth());
prova.loadMovie("88x31.swf"); // Replace "text.swf" with the filename of your SWF Text generated flash movie here
prova._x = 100; // Adjust the position if needed
prova._y = 100;
beh il file esterno lo carica ma non c'è nessuno effetto mirror
dove sbaglio?
grazie per l'aiuto...
Tony