LoadVars from local dir on Mobile device
Hi All!
I need you help and advise:)
I get some problems with accessing to local txt file on Nokia E51 device FL 2.1
I am using example from Adobe example. Code is like this
var my_lv:LoadVars = new LoadVars();
my_lv.onData = function(src:String) {
if (src == undefined) {
trace("Error loading content.");
return;
}
tr.text = src;
};
my_lv.load("params.txt", my_lv, "GET");
stop();
params.txt is in the same directory as swf on mobile device (c:\data\others\)
BTW i tried all examples from Adobe help file and none of them works.
Thanks
Re: LoadVars from local dir on Mobile device
issue could be closed but steel what is the differnece ?
[url]http://discussion.forum.nokia.com/forum/showthread.php?t=133422[/url]
Re: LoadVars from local dir on Mobile device
Did you try to give full path?
Re: LoadVars from local dir on Mobile device
Yes, i did. Its works only if run swf from flash player no other way that really bad(for me).
Re: LoadVars from local dir on Mobile device
Ok, I guess I got your wrong. So you say it loads only from Flash player but not from others (like Y-borwser). We had this case once and fixed KuneriLite launcher; it worked fine. You might want to give it a shot.
Ugur.-