Throwing an error in ActionScript and catching it with JavaScript
        Posted  
        
            by Rudy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rudy
        
        
        
        Published on 2010-06-02T15:59:53Z
        Indexed on 
            2010/06/02
            16:04 UTC
        
        
        Read the original article
        Hit count: 308
        
Hello,
I am using the ExternalInterface to communicate between Flash and JavaScript using callbacks and the call method. I would like to throw an exception in ActionScript 3.0 and catch it in JavaScript and I was please wondering if there was anyway to do that?
Thank you very much, Rudy
© Stack Overflow or respective owner