PHP Streaming Extension History 
[for JW FLV Player by Jeroen Wijering]
By PhilFlash - http://philflash.inway.fr - philflash@inway.fr

1.35 - 2008 05 2
- Use JW FLV PLAYER version 3.16

1.32 - 2007 11 17
- Fix : many bugs (introduced with version 1.3) for the following case:
        one video with different chapters and playlist
- Fix : Selection of chapter in playlist (for special value like 1014.466)
        trace(" bug"+(1014.466-Number("1014.466")));  => 1.13686837721616e-13
- New : In thumbnail, possibility to use title for multiline (without creator label):
			<creator>none</creator>
			<title><![CDATA[What is an interactive<br>designer?]]></title>        

1.31 - 2007 11 10
- New : new value "nonefsfit" for "overstretch" for playlist 
        with videos in different size AND with fullscreen functionality
- Fix : set "Access local files only" for Flash Publish Settings
        to operate with local file systems 
- New : new sample applications
				
1.3 - 2007 10 14
- Use JW FLV PLAYER version 3.12

1.2 - 2007 06 02
- Change: PlaylistView.as
  . update the height of the text in thumbnail for multiline
    For creator and title tags, use CDATA et br tag for multiline:
    <title><![CDATA[La voiture qui fonctionne <br/> l'huile  patate.]]></title>
 
1.1 - 2007 05 27
- Fix: starting with a chapter in playlist with autostart = false
- Fix: Caption position after many clicks for fullscreen mode

1.0 - 2007 05 17
- new version based on version 3.8 of the Video Flash Player
- New: add two new variables to control the width (thumbimagewidth)
        and the height (thumbimageheight) of the preview image in a playlist.
        By default, the width is 60 and the height is 40.
- Change: PlaylistView.as
          . remove ':' when displaying author
          . add special value 'none' for displaying a blank author
          . change 5 in 3 in setTime to set a chapter in playlist for PHP Streaming 
- Change: FLVModel.as
          . For only PHP Streaming, set deblocking to 4 and smoothing to true
- Some minor fixes and improvements  

===================
[private versions]

0.6 - 2007 04 21
- new version based on version 3.7 of the Video Flash Player
- Change: protect seek (in pause and play mode) when the seek is not finished
          (against the insane ones who seek everywhere constantly)
- Change: width of scrubbar (in ControlbarView.as) for horizontal playlist
- Some minor fixes and improvements

0.5 - 2007 03 29
- first version based on version 3.6 of the Video Flash Player
- New: new method to improve performance to compute seek position with large video
- New: with autostart=false, load the first frame/image of the video
- New: in pause mode, a seek displays the frame/image at the seek position
- Change: FLVModel.as
          . add new functions for PHP Streaming
