My following code is not working, I tried it in the "On Show" and "On preload" action of my main page:
The variable "strimage" has the name of the image which I read from an INI file. If I replace "strimage" with the image file name, then it works. What am I doing wrong?Code:Image.Load("Image1", "AutoPlay\\Images\\strimage");

