Hi everybody,
(sorry for the crossposting)
as Quicktime drop its support for Flash playing, I have
integrated the MacOS X
Safari's Flash Player plugin in my application through the
NPAPI
(
http://www.mozilla.org/projects/plugins/).
I manage to load any flash file. But, if the application is
a Carbon App, the
frame are rendered at a low frame rate and if my application
renders offscreen
without a message loop, only the first frame is rendered.
For the moment, I do not pass any event to the plugin; this
is perhaps the
cause ?
Does anybody have an idea of how the plugin decide to render
next frame ?
Thanks in advance.