# Need help!

**URL:** https://forum.kirupa.com/t/need-help/255127
**Category:** Uncategorized
**Created:** [March 19, 2008, 11:38am UTC](https://forum.kirupa.com/t/need-help/255127 "2008-03-19T11:38:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flashmxboy](https://avatars.discourse-cdn.com/v4/letter/f/779978/32.png) [@flashmxboy](https://forum.kirupa.com/u/flashmxboy)
#### Post date: [March 19, 2008, 11:38am UTC](https://forum.kirupa.com/t/need-help/255127/1 "2008-03-19T11:38:21Z")

</div>

I am trying to make a flash project tht will load the text from webpages and show it!:to:  
I use LoadVars for this. And i use a crossdomain.xml file as Policy file. My problem is when i try it the text field who should have displayed the text just displays a lot of nubers and % marks:tired: The LoadVars code i use for the ok button is this:

[LEFT]on (press) {  
var Adress:String = String(Adress\_txt.text);  
var externalData:LoadVars = new LoadVars();  
externalData.onLoad = function(){  
table\_txt.htmlText = externalData;  
}  
externalData.load(‘http://’ + Adress);  
}  
on(release) {  
var Adress = ‘’;  
}

i have attahed my projects files if it could help!:te: [/LEFT]
