create a new movieclipOriginariamente inviato da DaZKooL
che combatti...ragioniamoci insieme...forumiamoci...interfacciamoci...
hai a disposizione una macchina senza flash?
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;
}
}
così torna in c:
mi-ti-co!


Rispondi quotando