i also ran in the path issue with the relative urls - i think there is a workaround, see http://bugs.adobe.com/jira/browse/FP-1194
if that is a solution, is it possible to update the plugin?
thanks a lot for the wonderful player!
nils
i also ran in the path issue with the relative urls - i think there is a workaround, see http://bugs.adobe.com/jira/browse/FP-1194
if that is a solution, is it possible to update the plugin?
thanks a lot for the wonderful player!
nils
Hi,
can you show how you have registered these events,
I think they should work in flex toobest regrads,
Klaus
Hi Klaus,
i use the following:
krpano = krpano_as3_interface.getInstance();
krpano.addPluginEventListener(this, krpano_as3_interface.PLUGINEVENT_RESIZE, pluginResize);
The corresponding handler:
since the PLUGINEVENT_REGISTER isn't also fired, i register the events in an init()-function, called from creationComplete in <mx:Application>
Btw: I use the latest Beta of KRPANO.
Thanks,
Nils
I tried to develop some plugins with the full flex sdk (not only with an action script class) - works well, except for the event handlers.
I did'nt manage to register events like PLUGINEVENT_REGISTER or PLUGINEVENT_RESIZE, no event is fired. Do you have any idea on this?
Thanks for this gorgeous player!
Nils