Linking to files on the mac

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

LoadVariables action fails in Macintosh projectors

Issue
In Macintosh stand-alone projector files, loadVariables does not load data from remote URLs (HTTP or FTP addresses, for example). This issue does not affect Windows projectors.