문제

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?

도움이 되었습니까?

해결책

if you use silverlight you can code C# and it will work on mac/safari and mac/firefox read here: http://silverlight.net/

다른 팁

Switch to a Java applet. You won't be able to make an ActiveX control work on anything other than Windows.

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top