I have developed a plugin using NPAPI for calling Clutter Apis.
I used OpenGL+Plugin as reference while creating the plugin.
Standalone Native Clutter examples run with out any issue.
My Questions
How can I create a Clutter Stage from the Plugin's WindowObject ?
Also, I have read about the Clutter port of Webkit but do not know if it might be helpful for my purpose in any way ?
My platform and version info is: OS: Win-7 Clutter: 1.10
EDIT1 : I am using
ClutterStage *stage = clutter_win32_get_stage_from_window(plugin_hwnd);
but the plugin times out. Do i need to set anything else for this to work ?