Solved! Go to Solution.
Michael,
Absolutely... Just create a virtual directory in IIS on your web server that point to the UNC Patch of the photos folder on the other server. In your data make sure the attribute either uses the full url of your virtual directory plus image or you will need to add the url prefix to your imagesource in the popup media tag.
Michael,
Absolutely... Just create a virtual directory in IIS on your web server that points to the UNC Path of the photos folder on the other server. In your data make sure the attribute either uses the full url of your virtual directory plus image or you will need to add the url prefix to your imagesource in the popup media tag.
Michael,
Web based apps in general should always avoid using logical drives or UNC paths when code is run on client side. Flex in general does not have access to the clients local file system unless using filereference object from a mouse click. Depending on where your code actually gets executed a path that is not a url will like be interpreted as a path that exists on the client machine instead of the server.