Question
Swf does not load the images on the web
I made a swf that works perfectly on my computer.
The swf does not load the images, cal with the buttons, when I use the swf on the web.
I think the problem is due to the fact that the web changes the path of the file, that is called with the following variable:
var ImmageUrl: String = "MyFolder2 /" + MynamePic + ".jpg";
The path is C:/MyFolder1 "(with the swf)" /MyFolder2 "(with the pics)"
Any hint ?
Thank you.
