I have a Cocoa application that I am trying to write that displays a web page. This web page contains a built-in quartz composition in the background that plays and works when in Safari, but it displays in my Cocoa application (instead, it shows the missing plugin icon in the background).
It is strange that it works on another computer on which I tested it. Have I missed a framework or a plugin somewhere that can cause this?
Another note: plugins do not seem to work. For example, when the WebView displays youtube.com, it cannot play the video because it says that the Flash plugin is not installed. Again, the same code works on another computer, but not on this one.
Thanks! Any help would be greatly appreciated!
source share