Don't know if it will help, but I've found Internet Explorer with debugging 
enabled will give you pretty good feedback as to what is happening with 
JavaScript and won't suppress it. You may also need to have Visual Studio 
Express installed but that probably isn't the case.

Additionally, most times the problem isn't primarily in the JavaScript in my 
experience but in targeting a mistyped or improper function which breaks 
communication between Flash and the browser. I haven't found a resource that 
talks about the code generated and pushed to the browser that makes EI function 
but it does function for the most part and I've used it on several stable 
client projects.

liam mi-

----- Original Message ----
From: Pavel Simek <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, September 18, 2007 6:17:41 PM
Subject: [Flashcoders] ExternalInterface - exceptions thrown by JavaScript

I have noticed an unpleasant behaviour of JS code invoked from Flash via
ExternalInterface: If an exception in JS code occurs, it is suppressed. No
error messages, thus the JS application is hard to debug.

1) Is there any official explanation of this behaviour available?
2) Is there the complete listing of JS EI implementation (the code injected
into HTML page by the Flash Player) available? I wonder if there are any
try-catch blocks...

Thanks!

Pavel

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to