Changes between Version 3 and Version 4 of PluginsBuilding

Show
Ignore:
Timestamp:
10/19/09 14:34:36 (5 weeks ago)
Author:
zach (IP: 24.103.245.86)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PluginsBuilding

    v3 v4  
    2727 
    2828You can develop plugins using the free [http://www.adobe.com/products/flex Flex SDK] or [http://www.adobe.com/products/flash Flash]. We have a handy [changeset:HEAD/trunk/sdk?old_path=/&format=zip plugin development SDK] you can use to quickly start building plugins. It contains a copy of the [/testing testing page], some plugin templates and the ''com.jeroenwijering.events'' actionscript package (the player API). Since the [http://www.adobe.com/products/flex Flex SDK] is free and cross-platform, all you need to start building plugins is a text editor! 
     29 
     30'''Note:''' If you're looking to develop a plugin in order to serve ads in the JW Player, please [http://www.longtailvideo.com/about/contact-us contact us] beforehand. We have a special SDK for advertisers and advertising networks. 
    2931 
    3032Each plugin should implement [browser:trunk/as3/com/jeroenwijering/events/PluginInterface.as com.jeroenwijering.events.PluginInterface]: