Web Page in JUCE component

Hi All,
I want to get a web page inside a JUCE component on Both Mac and Win32.
On Win32, I guess, can do it using ActiveX control.
But what on Mac? Is there a easy way, like a plugin or a extension?
Thanks in advance for any Ideas or Pointers,


Yogesh

You’d have to embed the apple HIView web browser thing. It’s certainly possible, but I’ve never actually tried to do it…

Jules,
Thanks for the reply,
Webkit seems to be in cocoa.Is it possible to put a NSView/WebView in a JUCE component?

Has anyone tried this?

Thanks,
Yogesh

It’s all based on HIViews, so yes, it’ll be possible.