Is it possible to download a media (video or images) files from server and run it on client machine !
-
Hi, I want to create a digital signage system web based ! There should be something like a browser will download media files from the web server, save it onto client's machine and plays it in specific sequence. Can a browser/client have access to download media files and save it to specific location using javascirpt/vbscript or any other way (no manual process it should be done automatically) and after that play those media files ! Thanks & Best Regards, Divyesh Chapaneri
-
Hi, I want to create a digital signage system web based ! There should be something like a browser will download media files from the web server, save it onto client's machine and plays it in specific sequence. Can a browser/client have access to download media files and save it to specific location using javascirpt/vbscript or any other way (no manual process it should be done automatically) and after that play those media files ! Thanks & Best Regards, Divyesh Chapaneri
divyesh1432 wrote:
Can a browser/client have access to download media files and save it to specific location using javascirpt/vbscript or any other way (no manual process it should be done automatically) and after that play those media files !
Nope.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi, I want to create a digital signage system web based ! There should be something like a browser will download media files from the web server, save it onto client's machine and plays it in specific sequence. Can a browser/client have access to download media files and save it to specific location using javascirpt/vbscript or any other way (no manual process it should be done automatically) and after that play those media files ! Thanks & Best Regards, Divyesh Chapaneri
No Browser doesnt have access to file system. What you can do is when you are making a playlist, store the ids in the browser cookie, and play them in browser based music player directly from the server based on the sequence made by the user. :) This is just what esnips does. :-D
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml> -
No Browser doesnt have access to file system. What you can do is when you are making a playlist, store the ids in the browser cookie, and play them in browser based music player directly from the server based on the sequence made by the user. :) This is just what esnips does. :-D
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>hi, You can try the above. additionally you can write a browser using browsers control in .net and you can use that for your purpose...
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
hi, You can try the above. additionally you can write a browser using browsers control in .net and you can use that for your purpose...
Today's Beautiful Moments are Tomorrow's Beautiful Memories
I think playing media files using flash players is the best way. You can also try out the recently introduced Silverlight players. At least there should be a browser plugin involved to play a sound in browser. :-D
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript