hi
im learning AS3 but im familiar with AS2 and java,
i will like to create some kind of Exception catcher to avoid showing errors to final users and to let me know when and what error occours with my movie.
Dont know if this is posible but i want something similar to the “try catch finally” block , so all of the code be inside the try block and then if something fails i can tell the user about it (display a friendly error) and “finally” send an email to my email so i know whats going on .
as i already said im starting to use AS3 so i just need some clues to start.
thanks…