PDA

View Full Version : I often get alert Message from Macromedia Flash Player 7.


tdkman
11-29-2004, 07:39 PM
I often get alert Message from Macromedia Flash Player 7.

Follow message reported by Flash Player :
"A script in this movie is causing Macromedia Flash Player 7 to run
slowly. If it continues to run, You computer may become unresponsive.
Do you want to Abort the script."
I must choice yes to abort the script,otherwise the cpu will alway keep
100%.

Most happen when I was inputing data on the lazslo demo(the demo
provided by lazslo), but I never meet in Flex application.

I use Windows XP simplified chinese Version ,and Windows 2000
simplified chinese Version, P4 2.8G, 1G Memory.

reason is chinese environment?
help me!

antun
12-07-2004, 01:43 PM
Do you get that with the Laszlo demos at http://www.laszlosystems.com/demos/ cause the error, or are they applications that you're working on?

-Antun

zhangling
12-07-2004, 04:31 PM
Seem to be a bug. Very easy to reproduce (on Firefox and IE), both Laszlo offical demos and my own projects. The warning dialog will appear at 3 times per hour, causing my browser hang up.

I use Win XP Chinese + Flash 7 too. Is Chinese OS the cause?

Valentin-
12-10-2004, 03:26 AM
I don't think so, because I am getting the same errors.
Could be probably an laszlo problem.

mcgaffin
12-10-2004, 06:18 AM
I suddenly started getting this error in one of my projects when I switched a data entry <view> to a <form>. I could easily re-create the problem by going back and forth between <form> and <view>. The alert only popped up when I was using <form>.

Anyway, I fixed the problem by setting initstage on the form to "defer" and calling completeInstantiation() when the form was opened, which for me was a better practice because the user might not always open the form.

I have noticed this happening on other web sites, particularly http://www.mlb.com. It seems like the Flash player can be a little too impatient at times.

- david