Changeset 90

Show
Ignore:
Timestamp:
10/20/08 06:12:59 (13 months ago)
Author:
jeroen
Message:

tagged 4.2 mediaplayer and 1.0 desktopplayer and removed 4.2 branch

Files:
856 added
7 removed
1 modified
100 copied
2 moved

Legend:

Unmodified
Added
Removed
  • tags/desktopplayer-1.0/readme.html

    r88 r90  
    33<head> 
    44 
    5         <title>JW Player for Flash</title> 
     5        <title>JW Desktop Player</title> 
    66 
    77        <style type="text/css"> 
     
    1515<body> 
    1616 
    17         <h3>Example</h3> 
    18         <p>Thanks for downloading! Below you see a simple embedded example of the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Player">JW Player</a>. Copy-paste the source code and put the SWF, JS and FLV file on your site to get started.</p> 
    19  
    20  
    21  
    22  
    23  
    24         <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div> 
    25         <script type="text/javascript" src="swfobject.js"></script> 
    26         <script type="text/javascript"> 
    27                 var s1 = new SWFObject("player.swf","ply","328","200","9","#FFFFFF"); 
    28                 s1.addParam("allowfullscreen","true"); 
    29                 s1.addParam("allowscriptaccess","always"); 
    30                 s1.addParam("flashvars","file=video.flv&image=preview.jpg"); 
    31                 s1.write("container"); 
    32         </script> 
    33  
    34  
     17        <h3>Installation</h3> 
     18        <p>Thanks for downloading! Using the desktopplayer should be fairly straightforward. First, make sure you have installed the <a href="http://get.adobe.com/air/">Adobe AIR</a> runtime. Next, doubleclick the <b>desktopplayer.air</b> file to install the desktopplayer.</p> 
    3519 
    3620 
     
    3923 
    4024        <h3>Quickstart</h3> 
    41         <p>The easiest way to get to know the player is by using <a href="http://www.jeroenwijering.com/?page=wizard">the setup wizard</a>. Select an example, set the file or playlist you want to play and copy-paste the embed code to your site. If you want to play Youtube content in the player, you also have to copy the <b>yt.swf</b> file along with the player.swf.</p> 
     25        <p>This first version of the player is extremely simple. Just drag and drop any FLV, MP4, MP3, JPG, PNG or GIF file on top of the player and it will instantly play! There's a fullscreen option, and by dragging multiple items at once you create a playlist.</p> 
    4226 
    4327        <h3>Wiki and source code</h3> 
    44         <p>The <a href="http://code.jeroenwijering.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including:</p> 
    45         <ol> 
    46                 <li>The <a href="http://code.jeroenwijering.com/trac/roadmap/">roadmap with full changelogs</a> for each version.</li> 
    47                 <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</li> 
    48                 <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashVars">supported flashvars</a> (for customizing the player).</li> 
    49                 <li>All <a href="http://code.jeroenwijering.com/trac/wiki/FlashAPI">supported API calls</a> (for actionscript /  javascript interaction).</li> 
    50                 <li>All <a href="http://code.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li> 
    51         </ol> 
    52         <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files.</p> 
     28        <p>The <a href="http://code.jeroenwijering.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including a <a href="http://code.jeroenwijering.com/trac/roadmap/">roadmap with full changelogs</a> for each version and a list of all <a href="http://code.jeroenwijering.com/trac/wiki/FlashFormats">supported file formats</a> (and playlists).</p> 
     29         
     30        <p>If you want to build your own desktop player on top of this one, the complete source code can <a href="http://code.jeroenwijering.com/trac/browser/tags/desktopplayer-1.0">be found here</a>. You can download a ZIP file (the small links at the bottom!).</p> 
    5331 
    5432        <h3>Next steps</h3> 
  • tags/mediaplayer-4.2/readme.html

    r88 r90  
    5050                <li>All <a href="http://code.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li> 
    5151        </ol> 
    52         <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files.</p> 
     52        <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files (the small links at the bottom!).</p> 
    5353 
    5454        <h3>Next steps</h3> 
  • trunk/as3/readme.html

    r88 r90  
    1717        <h3>Example</h3> 
    1818        <p>Thanks for downloading! Below you see a simple embedded example of the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Player">JW Player</a>. Copy-paste the source code and put the SWF, JS and FLV file on your site to get started.</p> 
    19  
    2019 
    2120 
     
    5049                <li>All <a href="http://code.longtailvideo.com/trac/wiki/FlashSkinning">supported skinning elements</a> (for creating your own graphics).</li> 
    5150        </ol> 
    52         <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files.</p> 
     51        <p>The source code of all different versions of the player can <a href="http://code.jeroenwijering.com/trac/browser/tags">be found here</a>. You can click a version and download the ZIP files (the small links at the bottom!).</p> 
    5352 
    5453        <h3>Next steps</h3>