hi fellas,
i am making a flash nokia wrt and i have a button which calls a function to open an image.
it works fine on computer but on the device it sayson (release) {
getURL("google.jpg");
}
"unable to open image"
please help.
thanks
gomcoite
hi fellas,
i am making a flash nokia wrt and i have a button which calls a function to open an image.
it works fine on computer but on the device it sayson (release) {
getURL("google.jpg");
}
"unable to open image"
please help.
thanks
gomcoite
Hello gomcoite,
in order to open a link in the Web browser, you should specify an absolute path, something like: http://www.yourdomain.com/google.jpg
Hope it helps,
Pit
hi,
what if i want to access a file locally i.e. the file is in the package and not a website?
any ideas how to go about it?
thanks.
Ani
S60 Blog
Hello Ani,
a file that is packaged within a widget is actually stored in the widget's private folder, so it'll be not accessible from other applications.
For other kind of files, stored in public folders, (e.g.: images stored in the device gallery) you can access them by specifying their absolute paths.
Pit