# External text: what the crap?

**URL:** https://forum.kirupa.com/t/external-text-what-the-crap/173855
**Category:** Uncategorized
**Created:** [December 30, 2005, 7:58am UTC](https://forum.kirupa.com/t/external-text-what-the-crap/173855 "2005-12-30T07:58:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![FreakSheep](https://avatars.discourse-cdn.com/v4/letter/f/d9b06d/32.png) [@FreakSheep](https://forum.kirupa.com/u/FreakSheep)
#### Post date: [December 30, 2005, 7:58am UTC](https://forum.kirupa.com/t/external-text-what-the-crap/173855/1 "2005-12-30T07:58:28Z")

</div>

Ok. I’m using the following code to load text…

```auto

blogText = new LoadVars();
blogText.dsp = "blog";
blogText.onLoad = function(success) {
    if (success) {
        module_bigBlog.date.text = this.date;
        module_bigBlog.strTitle.text = this.strTitle;
        module_bigBlog.body.text = this.body;
    } else {
        module_bigBlog.date.text = "nope";
    }
};
blogText.sendAndLoad("http://localhost/freaksheep/main.php", blogText, "GET");

```

But I’m getting nothing. I have the .fla at [www.freaksheep.net/main.fla](http://www.freaksheep.net/main.fla) (right click and save)

I really dont know what could be doing it ☹

\_naaman
