[Flashcoders] SharedObject.onStatus not fired in browser

2006-11-27 Thread Christoph Atteneder
Hi all, I´ve tried recently to react on the onStatus method call of the SharedObject class but noticed that it was only called in the standalone player, but failed to be called if the plugin is nested in the browser. Are there any specific security settings I forgot to set for the usage in a

RE: [Flashcoders] SharedObject.onStatus not fired in browser

2006-11-27 Thread Christoph Atteneder
following script in the first frame: import LSObject; var lso : LSObject = new LSObject(this); Then sometimes I get the onStatus method call on the first compilation. But on the second, third,.. The method is not called anymore. Does anyone get the same results or is something mysterious going on wi