February 9, 2006 11:45 AM EST
Flash has been communicating with JavaScript for a long time through getURL
and fscommand, but with Flash 8 it's easier than ever. With the
ExternalInterface class, you cannot only call JavaScript functions, but also
have JavaScript call Flash functions. And now that JavaScript i... (more)