Hi
I made a flash file wehre i use dynamic text fields, all the txt files are in a folder named “data”, on the pc the exe file works fine, but on the mac the projector can’t find the text files, anyone any idea what i’m doing wrong?
code:
loadText = new loadVars();
loadText.load(“data/personeel.txt”);
loadText.html = yes;
//creating the loadVarsText function
loadText.onLoad = function() {
scroller.html = true;
scroller.htmlText = this.personeeltext;
};
and saved the txt files as UTF-8