I like AS3’s ability to find and track all sorts of errors and coding bugs but one minor issue I had recently was when trying to detect and catch an invalid url request for dynamically loaded images. At first the solution seemed obvious – I thought using a simple try {} catch {} method for […]
↧