I created flex application that loads a image. I compiled this app and ran in the computer where it was created. it works. when i try in a different system, the image does not load.
I think it’s chekcing for the image path.
how to include image as part of the application
You want to embed the image. Check this out.
http://livedocs.adobe.com/flex/3/html/help.html?content=embed_1.html
Also, you want to put the image in a relative path not absolute. This is case you run the project on another computer.