hi there,
long time lurker, first time poster
i wonder if it’s possible to load an image to a flash movie from your local hard drive without uploading the image to the server?
eg:
loadMovie(“C://yourImage.jpg”);
it works fine locally, but once i upload it to the server, the image won’t be loaded.
the reason is, i want to build a flash site that allow users to create an e-Card using their own image from local drive. i don’t want users to upload anything to the server.
TIA