I want that my movieclip load a file swf named “main.swf” and then trace its Bytes.
Below i reported my script.
this.createEmptyMovieClip("main",this.getNextHighestDepth());
loadMovie("main.swf","main");
var bt = main.getBytesTotal();
trace(bt);
I want that my movieclip load a file swf named “main.swf” and then trace its Bytes.
Below i reported my script.
this.createEmptyMovieClip("main",this.getNextHighestDepth());
loadMovie("main.swf","main");
var bt = main.getBytesTotal();
trace(bt);
:: Copyright KIRUPA 2024 //--