# Text from .txt not loading into nested clip

**URL:** https://forum.kirupa.com/t/text-from-txt-not-loading-into-nested-clip/97325
**Category:** Uncategorized
**Created:** [December 20, 2003, 6:45pm UTC](https://forum.kirupa.com/t/text-from-txt-not-loading-into-nested-clip/97325 "2003-12-20T18:45:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mista](https://avatars.discourse-cdn.com/v4/letter/m/c57346/32.png) [@mista](https://forum.kirupa.com/u/mista)
#### Post date: [December 20, 2003, 6:45pm UTC](https://forum.kirupa.com/t/text-from-txt-not-loading-into-nested-clip/97325/1 "2003-12-20T18:45:24Z")

</div>

my .txt file is not loading into my nested movie clip for some reason. I think I have directed it correctly (a section of the code is below which I think is the problematic part)

onClipEvent (load){  
\_parent.contents.vitaHolder.loadVariables(“[http://www.tonyoursler.com/tonyourslerv2/vita/solo.txt](http://www.tonyoursler.com/tonyourslerv2/vita/solo.txt)”);  
\_parent.contents.vitaHolder.loadText.onLoad = function() {  
\_parent.contents.vitaHolder.daTextBox.html = true  
\_parent.contents.vitaHolder.daTextBox.htmlText = this.daTextBox;  
}

I have always had problems with loading outside text into nested mcs. Hoping to understand once and for all!!!

mista
