Hey,
my problem is to see that prompted error,
Even I do intentianally as3 error, attached screen is not displaying on my PC,
but error is displayed on a different PC, image is taken from that PC
Is it clear now?
I am not sure, If I need to enable or disable from settings to see that error screen
Main Topics
Browse All Topics





by: anakinjayPosted on 2008-07-07 at 11:40:43ID: 21947478
first you need to find which line is causing the error.
you can comment commands out one by one if you need to, but I'm sure you can find it.
Once you know which command is causing the problem, put it inside a try-catch block like below. Then, even if it fails next time, you won't get that nasty unhandled error box.
Select allOpen in new window