Probably as stupid question. Is there any way to temporarily disable this warning:
I’m asking because I’m try to generate a list of all of the hexadecimal numbers. Basically I have six for statements which concatenates the 16 hexadecimal digits to form the hexadecimal numbers. Now this requires 16 777 216 iterations which Flash considers to be an infinite loop and thus displays the warning. Also, this will take quite a bit of time on my not-that-good computer. I thought instead of selecting no a hundred times, I could just leave it on over night but for that to work I can’t have this message constantly popping up. So what I want to do is not display this warning message for a period of time (until Flash generates all of the hexadecimal numbers).
I would greatly appreciate any help :hoser:.