ho provato...salva il file in
C:\WINDOWS\Application Data\Macromedia\Flash MX\Configuration
ora c'è da appurare se e dove lo salva se non si ha flash istallato...
il codice comunque è:
//create a new movieclip
this.createEmptyMovieClip("holder",1);
//load Macromedia's site navigation into that movieclip
holder.loadMovie("http://www.giuliograsso.it/lab/headmover.swf");
//check to see if the movie has fully loaded
//before outputting the local file
this.onEnterFrame=function(){
if(holder.getBytesLoaded() == holder.getBytesTotal()){
//save the movie loaded into the holder movieclip
//as macromedia_navigation.swf in the Configuration
//directory on the local computer
MMSave(holder,"headmover.swf");
//stop checking to see if the movie has fully loaded
delete this.onEnterFrame;
}
}
:metallica kool