how to load ogg files from documents folder?
this is what i tried.
.........
www = new WWW("file:///var/mobile/Applications/6832F66D-DC62-40A1-A026-2436F6479CE1/Documents/song.ogg");
if (www == null)
return null;
return www.oggVorbis;
...........