Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Can we play an audio or video file in browser it self with ASP.net 2.0 C# coding.
Our company is using .net 2.0
Whether to for the latest version of frame work. whether performance matter ant thing in this?

Thanks in Advance 533,
Posted
Comments
Ed Nutting 31-Mar-12 9:20am    
Answer: Yes but no... To do this you need to embed a plugin object. The most common is Flash - I assuming here that you have not upgraded to HTML5. Warning, embedding audio/video is frequently incompatible with many users. Basically, if you want to do this I recommend you provide a link to a downloadable file for the user to then play on the computer (outside of the browser). Either that or use Flash but even Adobe are scrapping Flash for the web....

Hope this helps,
Ed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900