Hi Klaus,Hi,
can you show how you have registered these events,
I think they should work in flex too
best regrads,
Klaus
|
|
Quellcode |
1 2 |
krpano = krpano_as3_interface.getInstance(); krpano.addPluginEventListener(this, krpano_as3_interface.PLUGINEVENT_RESIZE, pluginResize); |
|
|
Quellcode |
1 2 3 |
private function pluginResize(e:DataEvent):void {
krpano_trace(1, "resize");
}
|
|
|
Quellcode |
1 |
krpano.addPluginEventListener(this.parent, krpano_as3_interface.PLUGINEVENT_RESIZE, pluginResize); |
|
|
Quellcode |
1 |
krpano.addPluginEventListener(this.parent.parent, krpano_as3_interface.PLUGINEVENT_RESIZE, pluginResize); |
it could be possible that it would be nessecry to set the parent or parent or the parent for mx apps: