- Timestamp:
- 07/22/08 14:24:41 (16 months ago)
- Location:
- trunk/sl1
- Files:
-
- 1 added
- 2 modified
-
preview.jpg (added)
-
readme.html (modified) (3 diffs)
-
video.wmv (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sl1/readme.html
r43 r45 3 3 <head> 4 4 5 <title>JW WMVPlayer for Silverlight</title>5 <title>JW Player for Silverlight</title> 6 6 7 7 <style type="text/css"> … … 33 33 var cfg = { 34 34 file:'video.wmv', 35 image:'preview.jpg', 35 36 height:'240', 36 37 width:'440' … … 57 58 58 59 59 <h3>Wiki and source</h3>60 <p>The <a href="http://code. jeroenwijering.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including:</p>60 <h3>Wiki</h3> 61 <p>The <a href="http://code.longtailvideo.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including:</p> 61 62 <ol> 62 <li>All <a href="http://code. jeroenwijering.com/trac/wiki/SLFormats">supported file formats</a> (and playlists).</li>63 <li>All <a href="http://code. jeroenwijering.com/trac/wiki/SLVars">supported variables</a> for customizing the player.</li>64 <li>The <a href="http://code. jeroenwijering.com/trac/wiki/SLAPI">javascript API</a> documentation.</li>65 <li> The full <a href="http://code.jeroenwijering.com/trac">history and source code</a> of the player.</li>63 <li>All <a href="http://code.longtailvideo.com/trac/wiki/SLFormats">supported file formats</a> (and playlists).</li> 64 <li>All <a href="http://code.longtailvideo.com/trac/wiki/SLVars">supported variables</a> for customizing the player.</li> 65 <li>The <a href="http://code.longtailvideo.com/trac/wiki/SLAPI">javascript API</a> documentation.</li> 66 <li>All <a href="http://code.longtailvideo.com/trac">previous versions</a> of the player.</li> 66 67 </ol> 67 68
