Re: IE crashes with FP8 if you disconnect from
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Macromedia Flash Server > Re: IE crashes with FP8 if you disconnect from




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Re: IE crashes with FP8 if you disconnect from  
Tom Bray


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-22-05 10:46 PM

Ed,

I'm trying to figure out what's different about my code because as soon as =
I
close the NC after getting a result, IE with FP8 crashes every time. If I
don't close the NC or wait a few seconds before I do, there's no crash. The
sample code you provided doesn't crash at all, so there's something else
involved but I can't imagine what.

-Tom

On 11/21/05, Edward Chan <echan-14osZcCZf762oZ/6fjIToQ@public.gmane.org> wrote:
>
> I tried the following code but couldn't get FP8 to crash:
>
> Client-side:
>
> function onFoo()
> {
> this.onResult =3D function(msg)
> {
> trace(msg); // I can see this trace "hello world"
> nc.close();
> }
> }
>
> nc =3D new NetConnection();
> nc.onStatus =3D function(info)
> {
> trace(info.code);
> if (info.code =3D=3D "NetConnection.Connect.Success")
> {
> nc.call("foo", new onFoo(), "hello");
> }
> }
> nc.connect("rtmp://localhost/fp8crash");
>
> Server-side:
>
> application.onConnect =3D function(client)
> {
> client.foo =3D function(msg)
> {
> return msg + " world";
> }
> return true;
> }
>
> Are you able to consistently reproduce this crash?
>
> Thanks,
> Ed
> 
>
> -----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> -----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>

=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:29 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register