Changeset 45 for trunk/sl1

Show
Ignore:
Timestamp:
07/22/08 14:24:41 (16 months ago)
Author:
jeroen
Message:

fixed a string of bugs (see trac), notably yt-nosound, no metadata = no video and rtmp folder structures

Location:
trunk/sl1
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sl1/readme.html

    r43 r45  
    33<head> 
    44 
    5         <title>JW WMV Player for Silverlight</title> 
     5        <title>JW Player for Silverlight</title> 
    66 
    77        <style type="text/css"> 
     
    3333                var cfg = { 
    3434                        file:'video.wmv', 
     35                        image:'preview.jpg', 
    3536                        height:'240', 
    3637                        width:'440' 
     
    5758 
    5859 
    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> 
    6162        <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> 
    6667        </ol> 
    6768