# Trigger blank Function

**URL:** https://forum.kirupa.com/t/trigger-blank-function/300140
**Category:** Uncategorized
**Created:** [November 16, 2009, 8:08pm UTC](https://forum.kirupa.com/t/trigger-blank-function/300140 "2009-11-16T20:08:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![v8l57](https://avatars.discourse-cdn.com/v4/letter/v/cc9497/32.png) [@v8l57](https://forum.kirupa.com/u/v8l57)
#### Post date: [November 16, 2009, 8:08pm UTC](https://forum.kirupa.com/t/trigger-blank-function/300140/1 "2009-11-16T20:08:17Z")

</div>

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.???  
}}
