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

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




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

    IE crashes with FP8 if you disconnect from FCS  
Tom Bray


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


 
11-21-05 10:45 PM

I submitted this as a bug, but wanted to post it to the list in case anyone
encounters the problem someday:

The following steps cause Internet Explorer 6 to crash:

* Create a netconnection to FCS
* Make a netconnection.call and provide a result object that handles the
onResult event.
* In the onResult event, immediately disconnect the netconnection.

Internet Explorer will crash every time.

I worked around the problem by using setInterval to wait one second before =
I
disconnect the netconnection object.

(Note that cs.Connection is just a wrapper class for my netconnection
object, so anywhere you see it pretend it's just an nc)

var result_obj =3D new Object();
result_obj.onResult =3D function()
{
//this would cause IE to crash (equivalent to nc.close())
//cs.Connection.closeConnection();

//this works around the problem
this.waitInterval =3D setInterval( this, "wait", 1000 );
}
result_obj.wait =3D function()
{
clearInterval( this.waitInterval );
cs.Connection.closeConnection();
}

cs.Connection.call( "reloadLocalUser", result_obj );

=-----------------------------------------------------------
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 ]



    Re: IE crashes with FP8 if you disconnect from FCS  
daniele | mentegrafica.it


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


 
11-22-05 10:46 PM

We also experiences FP8 BUGs with FCS Application.

We tested a lot our application both FP7 and FP8 in IE, Mozilla and
standloane players.

The problems seemed to appear only on FP8... 

we also reported this BUGs to MM, but no answer ( only Edward Chan
seemed interested to the problem).


Bye,


--
dott. daniele galiffa
multimedia designer and developer
Macromedia FlashMX Developer Certified
daniele-enxqu8XKkUjShMhGvrnDgQ@public.gmane.org


=-----------------------------------------------------------
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 ]



samb is offline     Re: FP8 bugs  
samb


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


Click Here to See the Profile for samb Click here to Send samb a Private Message Find more posts by samb Add samb to your buddy list
 
05-14-06 08:26 PM

Ok guys,
I’m working with Flash since version 3! And believe me, I know that software
 very good.
That software is full of bugs and some are many years old.
The problem is that macromedia till now was arrogant enough not to create a 
bug report page to repair those bugs! 

In the FP version 8 the most problematic bug is the setInterval() function, 
which for example start a timer and call a movie clip something like this 
tellTarget (“somemovie”)
{
gotoAndStop(any number);
}

After this you will not be able to stop that timer with clearInterval() func
tion! 

I will spare you from all those hundreds of other bugs which I have found an
d wish you best luck.




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:15 AM.      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