The document provides an overview of how to connect Javascript and Flash using the ExternalInterface API. It discusses allowing Flash to control parts of the webpage and allowing webpage events to control what is displayed in Flash. It outlines the key steps of making sure ExternalInterface is available, setting up callbacks, calling functions between Javascript and ActionScript, and some gotchas to watch out for like issues with form tags and ampersands in IE.