Click here to Skip to main content
16,021,285 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have used in ocx file for loading DVR camera video in java script with html page. The video loaded in the internet explorer, but Chrome browser can not open the video.

Please how to solve this issue in Chrome browser?

thanks
Posted
Comments
Sergey Alexandrovich Kryukov 27-Jan-14 2:37am    
Why?!
—SA

1 solution

OCX used in browser is great evil. Web standards are designed the way to isolate a Web application from local systems, and ActiveX components which can be used via Javascript on IE and some add-ons for some other browsers open a great security hole. Actually, security savvy users will never visit your site if they learn that you use such technique. However, they will rather switch off ActiveX use or use other, safer browsers…

…Such as Chrome. Actually, Chrome can use them (please see https://chrome.google.com/webstore/detail/activex-for-chrome/lgllffgicojgllpmdbemgglaponefajn?hl=en[^]), but I would recommend you to avoid using this possibility.

—SA
 
Share this answer
 
v2

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