Changes between Version 6 and Version 7 of FlashApi
- Timestamp:
- 08/04/09 11:25:02 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlashApi
v6 v7 3 3 = JW Player: API Calls = 4 4 5 The 4.0 version of the player for Flash supports an extremely flexible API, both externally (for [http://en.wikipedia.org/wiki/JavaScript javascript]) and internally (for [wiki: BuildingPluginsplugins], that can be built in [http://en.wikipedia.org/wiki/ActionScript actionscript]). It is possible to read the config/playlist variables of the player, send events to the player and assign functions as listeners. Plugins can also access specific calls/variables of one another. A small initialization routine is needed to connect your apps to the player.5 The 4.0 version of the player for Flash supports an extremely flexible API, both externally (for [http://en.wikipedia.org/wiki/JavaScript javascript]) and internally (for [wiki:PluginsBuilding plugins], that can be built in [http://en.wikipedia.org/wiki/ActionScript actionscript]). It is possible to read the config/playlist variables of the player, send events to the player and assign functions as listeners. Plugins can also access specific calls/variables of one another. A small initialization routine is needed to connect your apps to the player. 6 6 7 7 == Initialization ==
