try
{
// You code here
}
catch (error:Error)
{
// swallow the error and continue.
}--- In [email protected], "lytvynyuk" <[EMAIL PROTECTED]> wrote: > > How to turn off exception messages ( e.g. ActionScript errors ) in > release version? >
try
{
// You code here
}
catch (error:Error)
{
// swallow the error and continue.
}--- In [email protected], "lytvynyuk" <[EMAIL PROTECTED]> wrote: > > How to turn off exception messages ( e.g. ActionScript errors ) in > release version? >