Changeset 220 for trunk/sdk/readme.html


Ignore:
Timestamp:
06/16/09 05:35:00 (4 years ago)
Author:
jeroen
Message:

string of small bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sdk/readme.html

    r209 r220  
    4747        <p>Exactly which players, skins, plugins and examples to show can be set in the <a href="files/settings.js">files/settings.js</a> file. It is a javascript dictionary that is easy to understand and change, but be careful to correctly set commas and curly braces!</p> 
    4848 
    49         <p>Next to the location of your plugin SWF file, the testing page also needs an XML file that describes your plugin. It is a simple xml format (<a href="plugins/flashvars.xml">example</a>) that contains an overview and the list of flashvars for your plugin. You also need to have this XML later on for <a href="http://www.longtailvideo.com/addons/submitregister.html">submitting your plugin</a> to LongTail Video.</p> 
     49        <p>Next to the location of your plugin SWF file, the testing page also needs an XML file that describes your plugin. It is a simple xml format (<a href="plugins/flashvars/flashvars.xml">example</a>) that contains an overview and the list of flashvars for your plugin. You can also use this XML later on for <a href="http://www.longtailvideo.com/addons/submitregister.html">submitting your plugin</a> to LongTail Video.</p> 
    5050 
    5151 
     
    5454        <p>The developer Wiki contains a wealth of resources for building plugins, including:</p> 
    5555        <ul> 
    56                 <li>The general <a href="http://developer.longtailvideo.com/trac/wiki/BuildingPlugins">plugin building tutorial</a>.</li> 
    57                 <li>A hands-on tutorial that <a href="http://developer.longtailvideo.com/trac/wiki/YousearchTutorial">Rebuilds the Yousearch plugin</a>.</li> 
    58                 <li>A tutorial about <a href="http://developer.longtailvideo.com/trac/wiki/CrossDomain">Flash security restrictions</a>. Read this if you want to load XML or other data across websites.</li> 
     56                <li>The general <a href="http://developer.longtailvideo.com/trac/wiki/FlashPlugins">player plugin documentation</a>. It's a general overview of how plugins work.</li> 
     57                <li>A tutorial about <a href="http://developer.longtailvideo.com/trac/wiki/FlashSecurity">Flash security restrictions</a>. Read this if you want to load XML or other data across websites.</li> 
     58                <li>A reference of the <a href="http://developer.longtailvideo.com/trac/wiki/FlashApi">API calls</a> plugins can use to interact with the player.</li> 
     59                <li>A reference of all <a href="http://developer.longtailvideo.com/trac/wiki/FlashEvents">events the player fires</a>. The <i>View</i> events are the ones your plugin can trigger.</li> 
    5960        </ul> 
    60         <ul> 
    61                 <li>A reference of the <a href="http://developer.longtailvideo.com/trac/wiki/FlashAPI">API calls</a> plugins can use to interact with the player.</li> 
    62                 <li>A reference of all <a href="http://developer.longtailvideo.com/trac/wiki/FlashEvents">events the player fires</a>. The <i>View</i> events are the ones your plugin can fire too.</li> 
    63                 <li>A reference of the  <a href="http://developer.longtailvideo.com/trac/wiki/FlashOverview">architecture of the JW Player</a> (including the plugin loading and positioning/resizing).</li> 
    64         </ul> 
    65         <p>You can also directly download the source code of a string of plugins <a href="http://developer.longtailvideo.com/trac/browser/plugins">from the developer site</a>. Feel free to copy/paste code and/or create your own branch of any of these plugins!</p> 
     61        <p>You can also find <a href="http://developer.longtailvideo.com/trac/#Plugins">info and source code</a> on a string of plugins we built. Feel free to (re)use this code or create your own branch of any of these plugins!</p> 
    6662 
    6763 
    6864 
    6965        <h3>Submit your plugin</h3> 
    70         <p>If you're happy with the way your plugin works, you can <a href="http://www.longtailvideo.com/addons/submitregister.html">submit it to LongTail Video</a>. We'll do a quick sanity check of your plugin and then list it in <a href="http://www.longtailvideo.com/addons/">our addons section</a>. You can also ask for donations or sell licenses of your plugin through our site to make money. For more info about that, please <a href="http://www.longtailvideo.com/support/contact-us">contact us</a>.</p> 
     66        <p>If you're happy with the way your plugin works, you can <a href="http://www.longtailvideo.com/addons/submitregister.html">submit it to LongTail Video</a>. We'll do a quick sanity check of your plugin and then list it in <a href="http://www.longtailvideo.com/addons/">our addons section</a>. You can also ask for donations of your plugin through our site to make some money. For more info about that, please <a href="http://www.longtailvideo.com/support/contact-us">contact us</a>.</p> 
    7167 
    7268</body> 
Note: See TracChangeset for help on using the changeset viewer.