a = new Sound(); a.onLoad = function() { trace(this.getBytesLoaded()); myMovie_mc.loadMovie("load.jpg"); delete this; }; a.loadSound("load.jpg");