[webkit-help] Flash Plugin Issue

Adriano Monteiro Marques py.adriano at gmail.com
Wed Sep 8 06:19:02 PDT 2010


Hi,

I wrote a browser with PySide + Webkit, and enabled the flash plugin.
Most sites works just fine, but one I created with Flex and PyAMF
doesn't work at first. When I try to open it, this is what I get:

<error>
*** NSPlugin Wrapper *** ERROR: failed to initialize brower-side RPC
events listener
** (<unknown>:13839): DEBUG: NP_Initialize
** (<unknown>:13839): DEBUG: NP_Initialize succeeded
** (<unknown>:13839): DEBUG: NP_Initialize
** (<unknown>:13839): DEBUG: NP_Initialize succeeded
** (<unknown>:13839): DEBUG: NP_Initialize
** (<unknown>:13839): DEBUG: NP_Initialize succeeded
** (<unknown>:13839): DEBUG: NP_Initialize
** (<unknown>:13839): DEBUG: NP_Initialize succeeded

*** NSPlugin Viewer  *** WARNING: unhandled variable 18 (<unknown
variable>) in NPN_GetValue()
</error>

After the error, the swf loads but doesn't work as expected. Most
part of the interface doesn't show up, and the part that does doesn't
seem to work.

Then, if I refresh the page, I get the following extra message:
<error>
*** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Broken pipe
*** NSPlugin Viewer  *** WARNING: unhandled variable 18 (<unknown
variable>) in NPN_GetValue()
</error>

Now, after the refresh I get a blank screen with a blue icon in the
middle as if the plugin wasn't installed properly.

Then, after another refresh, I get this:
<error>
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
</error>

And only then the flex app works as expected.

Does anyone know what is this issue? Sites like youtube works just perfectly.


Kind Regards,

-- 
Adriano Monteiro Marques

http://adriano-marques.blogspot.com
http://www.umitproject.org
http://www.pythonbenelux.org

"Don't stay in bed, unless you can make money in bed." - George Burns


More information about the webkit-help mailing list