I need to play video file from windows share inside corporate network. Share is used because it replicates on other corporate sites, so every user can download video from it local storage(We use DFS for it).
Video need to be played on our web portal. So I want to use Flex for this task.
The question is: How to open windows share from flex.
If you can suggest other solution it also would be great
Thanks!
You may need to use a file path like this:
If not, you may need to Filestream the video into your application, like so:
You may also need to address your "cross-domain policy file" if you're trying to access something outside of your SWF's sandbox. Loading remote assets can be tricky (and a security configuration nightmare) in FLEX.
You may need to read about cross domain policy from Adobe here.