Quote Originally Posted by 5TonsOfFlax View Post
Code:
var textLoader:URLLoader = new URLLoader();
If you can't find this somewhere, just stick it in right below stop().
Yes the code was working before but perhaps whilst i was trying to add to it i missed that part off.

Now when i run it, i get no error messages but nothing happens when the txt_btn is pressed - the text box (info_txt) isn't showing up at all!

Thanks