Is it possible to show media from a UNC path in silverlight? I know I can’t load items from the client side, but I have access to the files on the web server via unc. I have a webservice that shows all of the available files, but I need to play the movies and show the images and I am not sure its even possible.
Share
No. You need to expose the media to the client via web URLs (this is assuming that your SL client is running in a web page).