|
Flex3 - mx:image Absolute file path as source not working
In flex3, can you have an image source equal to an absolute file path?
Currently my code looks something like this: <mx:Image source='c:/images/image.jpg'> and when I load my program it cannot find the image, but it does exist. Is there any way to use absolute file paths for an image?
|