====== JavaScript Integration ====== **This page is not about the current release of Orbit FlashMap.\\ All details outlined here will most likely be part of the next release.** ===== Introduction ===== Flashmap exports some functions of its public interface to what the Flash player knows as the "External Interface". In the browser-case this means the browser javascript engine has access to certain functions of the flash component. Things you can do: * Call functions * Listen to events * Set layers * Run operations * etc.. These functions can be used to develop mashups or customized solutions. ===== The Basics ===== ===== Samples ===== - [[sample_events]] - [[sample_objectfocus]] - [[Sample_initialbounds]]