Flash Problem
Flash Problem
Out of context: Reply #10
- Started
- Last post
- 16 Responses
- unfittoprint0
google: http://www.google.pt/search?hl=p…
i noticed you wrote that it worked on it's own.
If the parent file resides in a different directory of the loaded file, you should do the following:
in the parent make somethink like:
path = (_parent == undefined) ? "" : "folder/";
myLoadVar.load(path+"text_file.t...