# Adjust this script!

**URL:** https://forum.kirupa.com/t/adjust-this-script/298682
**Category:** Uncategorized
**Created:** [October 22, 2009, 9:25pm UTC](https://forum.kirupa.com/t/adjust-this-script/298682 "2009-10-22T21:25:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ron\_ron](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@ron\_ron](https://forum.kirupa.com/u/ron_ron)
#### Post date: [October 22, 2009, 9:25pm UTC](https://forum.kirupa.com/t/adjust-this-script/298682/1 "2009-10-22T21:25:08Z")

</div>

How to adjust this to receive a email in a dynamic text box (dyn\_txt) and an image in to a movieclip (img\_mc)?

}  
receiveLoad.onData = function (src) {  
dyn\_txt.text=src  
img\_mc.loadMovie(src);  
}

this is only getting the text!!! I need the image as well.
