I have used swf component for my png files which are stored in my desktop,i have exported the swf file and it is working fine, but when I open it on other machine the swf loader is not working as it is unable to load pictures.i saved all the picture files on desktop.
Example
C:/images/xyz.png
It’s not working because the image files don’t exist on the other machine, and they aren’t embedded in the dashboard.
If it’s just a png file, you should use the Image Component. This can embed the file in the dashboard.
If you NEED some bit of functionality that is in the SWF loader, then instead of your local drive, you should put the photos somewhere accessible by web URL, like a networked drive or a Sharepoint site or something similar. Issue here is that the dashboard will only be able to pull down the photos when connected to the internet.
It MIGHT work using the components you’re already using IF you put the images on the new computer in the exact same location on the hard drive.