Sharing images

Hello all!!
I’m usin Flash Communication Server and want to know if there is any way to share a movie Clip containig only an image (loaded with loadMovie(“image.jpg”) between all the clients. I’m tryinig to share it using Shared Objects, but it seem to be not allowed to share an image as a property of the Shared Object.
The idea is that a client could introduce a path to an image in its PC and all the others users could see it. Obviusly, the path it’s relative to that users’s PC, and the others users do not have that image in that path. My first approach was to send the image to the server, but that’s not a valid solution for me.
Any idea/suggestion.
Thanks in advance to all.