
Originally Posted by
kinski76
Hi
Ok I have checked the path that is dumped out after the image is taken. It appears to be correct.
c:\Data\Images\201002\201002A0\22022010022.jpg
The only difference is that my nokia file explorer shows c:\ as phone memory. but other than that the actual path is correct.
any further ideas on where i could be going wrong?
Its quite strange i.e the image exists & path is correct but even it is not loading the image for u.What is the exact error u r getting then? However, double check that u have loadMovie statement after extracting values from the returned variables i.e something like this :
Code:
var outList = outParam.ReturnValue;
var Src = outList.Src;
txtOutput.text = Src;
photo.loadMovie(Src); //where photo is simply a movie clip.
Moreover, first try it in standalone flash player then in WRT. Because doing so help us to detect whether it is a WRT related issue or Flash Lite.
Best Regards,
SajiSoft