Aha. I am using Firefox. I've found out that I did not override method appDisconnect correctly (I just left it the same as in one tutorial) so that was my problem.
On 7/24/07, Jason Powell <[EMAIL PROTECTED]> wrote:
It's not a problem with Red5. Firefox, IE6 and (I never thought I'd say this) Safari work fine, it's just IE7 (it's almost like it's not properly destroying the activex object until all instances of internet explorer go away. It does the same thing with XMLSockets). The only caveat with the onunload disconnect method is that Safari is kind of stupid in the way it does things, it actually destroys all the embedded objects before it runs onunload handler which has the net effect of Safari crashing :) Jason Klemen Nagode wrote: > Hi! > Jason tnx for answer. Idea is useful. > > It seems like red5 doesn't know when a client disconnects until it > tries to send something to client ... > > > > > On 7/23/07, *Jason Powell* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Which web browser are you using? > I've noticed IE7 will, for some reason, keep the connection to > Red5 open > until you exit every browser window. > My workaround was to create a 'disconnect' callback with > ExternalInterface that gets called from an onunload handler. > > Jason > > Klemen Nagode wrote: > > Hi! > > > > I have the sam problem. If I close swf file which is connected to my > > red5 server, nothing happens. Shouldn't be appDisconnect invoked in > > this case? > > > > Regards, > > > > Klemen > > > > On 7/4/07, *Pasquale Di Stasio* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > <mailto: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>> wrote: > > > > i've a problem with the appDisconnect function... > > from the red5.log file i see that the function appConnect work > > correctly, > > but when i close the stream seems that appDisconnect is > never invoked > > > > _______________________________________________ > > Red5 mailing list > > [email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>> > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > > ------------------------------------------------------------------------ > > > > > _______________________________________________ > > Red5 mailing list > > [email protected] <mailto:[email protected]> > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > _______________________________________________ > Red5 mailing list > [email protected] <mailto:[email protected]> > http://osflash.org/mailman/listinfo/red5_osflash.org > > > ------------------------------------------------------------------------ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
