Can anyone tell me what is the practical use of the BitmapData.compare() function in AS3:
I have a few in my list, but I believe I have yet to exhaust it.
Lets say you want to make a camera detector. You compare the old version with the new version and if the differences are greater than the minimum acceptable, then...there you go :)
I used it to test if the webcam was working or not. Skype got it and in flash, it was basically a black screen input, so I tested two snapshots and compared them and they where equal (and a solid black color).