So I've created a plugin for windows working in IE Chrome etc (there is an eazy way to make active x plugin work on Netscape based browsers under windows) how to port it to mac?
How can I make .NET C# ActiveX plugin work on Mac Safari?
2.8k views Asked by Rella At
3
There are 3 answers
0
On
ActiveX is a Microsoft Windows technology. Even if there were a Safari plugin for it, you would be using APIs which don't exist on the Mac OS, virtually guaranteeing that problems would occur (if it would even run at all). If you want to have a cross-platform browser plugin, use Java applets or another similar technology.
if you use silverlight you can code C# and it will work on mac/safari and mac/firefox read here: http://silverlight.net/