Changes between Version 6 and Version 7 of FlashApi

Show
Ignore:
Timestamp:
08/04/09 11:25:02 (4 months ago)
Author:
jeroen (IP: 24.132.243.231)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlashApi

    v6 v7  
    33= JW Player: API Calls = 
    44 
    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:BuildingPlugins 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. 
     5The 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. 
    66 
    77== Initialization ==