Click here to Skip to main content
15,884,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Windows 7 has a built in codec to play h.264 standard videos. I want to call that codec through JavaScript for one of my application development. Is it possible to do that?

Thanks.
Posted
Updated 2-Jun-10 4:33am
v3

As per my knowledge, writing an ActiveX control would grant you complete access to Win7 system files.
 
Share this answer
 
You don't 'call a codec' not even in C++. You play a video and the codec gets used as needed. Use Windows Media Player as a control, and you'll find that it will play the files fine. Of course, it's a bit bizarre that you'd write a website that only works on Weven.
 
Share this answer
 

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