when this progess event is done i want it to to go and play a function the movie clip embedded in it. How do i do this.
function completeHandler(event:ProgressEvent):void {
if(event.bytesLoaded == event.bytesTotal) {
reply_txt.text = “ok”
???movieclip.???
}}