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://www.thoughtspad.com http://www.umitproject.org http://blog.umitproject.org http://www.pythonbenelux.org "Don't stay in bed, unless you can make money in bed." - George Burns _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
