![]() |
| News Documentation Tutorials Extensions Download Forum Contact |
|
»
Overview •
API Index •
Tutorials |
Version 2.2 The FlashSound API (FSAPI) is a custom JavaScript class for streamlining issues related to controlling playback of "sound only" SWF loaded in an embedded flash player. The FSAPI enables a web developer to focus on creating content rather than dealing with browser/player compatibility issues and the idiosyncrasies of using JavaScript to interact with embedded plug-ins and ActiveX controls. The purpose of the FSAPI is to enable sonification of conventional web pages using the flash player without relying on the proprietary graphic presentation of flash. There are several advantages to using the flash player in this way.
Streamlining Embedded Player Javascript Each FlashSound instance inherits its JavaScript API by having an associated Flash player and SWF. Further more, it checks for player readiness before making direct calls to the native Flash JavaScript API to prevent errors in case the player is not yet ready for script control. Finally, it includes several custom methods and properties beyond the original Flash JavaScript API to simplify development. Compared to the Native Flash JavaScript API Read Scripting with Flash at the Macromedia web site, if you want to learn more about the native Flash JavaScript API. |
|||||