# Loading text works on my machine, but

**URL:** https://forum.kirupa.com/t/loading-text-works-on-my-machine-but/167949
**Category:** Uncategorized
**Created:** [November 2, 2005, 5:13pm UTC](https://forum.kirupa.com/t/loading-text-works-on-my-machine-but/167949 "2005-11-02T17:13:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ianw](https://avatars.discourse-cdn.com/v4/letter/i/bbce88/32.png) [@ianw](https://forum.kirupa.com/u/ianw)
#### Post date: [November 2, 2005, 5:13pm UTC](https://forum.kirupa.com/t/loading-text-works-on-my-machine-but/167949/1 "2005-11-02T17:13:48Z")

</div>

I am loading some simple text data from a file on a company network. The data loads OK when on my machine, but when I send the swf to my boss to test nothing appears.

I thought this might be a security issue but we both have the same access to the network so their should be no difference, right?

The code is:

onlinefile = “[[http://fullpath](http://fullpath) \_to\_file]([http://fullpath](http://fullpath) \_to\_file)”;

loadText = new LoadVars();  
loadText.load(onlinefile);

loadText.onLoad = function() {  
textbox.info.text = this.data;  
}

Any advice would be great, thanks.

PS I removed the path for posting but it is their in full in the actual swf.
