Ignore:
Timestamp:
09/29/10 17:31:53 (3 years ago)
Author:
zach
Message:

Updating release notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/doc/publishers/releasenotes.rst

    r1280 r1343  
    2020* Support for HTTP DVR streaming as offered by the Bitgravity CDN. 
    2121* With PNG skinning, the description and image of playlist buttons are automatically hidden when the playlistbutton is less than 40px high and/or less than 240px wide. 
     22* Supports browser-based video playback via HTML5's <video> tag as either the primary or failover playback mechanism. (See HTML5 Beta Player Integration) 
     23* Updated JavaScript API to more closely match the Flash API. 
     24* Included JS library offers a new embed mechanism. 
     25* Player automatic embeds over <video> tags with class "jwplayer". 
    2226 
    2327Bug Fixes 
     
    2731* Fixed a bug that caused the duration textfield of a playlistitem would not be placed to the right. 
    2832* Fixed a bug that caused PNG skin playlists not to show the item.png on rollout if there was no itemActive. 
    29 *  
     33 
     34HTML5 Beta Player Integration 
     35+++++++++++++++++++++++++++++ 
     36The JW Player for HTML5 Beta was originally a separate player project, but it has been merged into the primary player. The changes made to incorporate the two is listed below: 
     37 
     38Restructuring 
     39~~~~~~~~~~~~~ 
     40* API was changed to match the Flash Player. 
     41* Flash embedding logic was moved into JW Embedder. 
     42* Support for IE is deprecated. 
     43 
     44Features 
     45~~~~~~~~ 
     46* Removed all jQuery dependencies. 
     47* Added playlist support. 
     48* Added fullscreen support. 
     49* Added default skin. 
     50* Buffer icon rotates. 
     51* YouTube videos now play by embedding the YouTube player. 
     52  
     53Enhancements 
     54~~~~~~~~~~~~ 
     55* Increased stability and performance across all platforms. 
     56* Flash and HTML5 player implement unified API. 
     57* UI components (controlbar, display, logo) now support all skinning configuration options. 
     58 
     59Bugs 
     60~~~~ 
     61* Fixed issue where certain DOCTYPEs would cause the player to render incorrectly. 
     62* Fixed issue where call to load did not load new media. 
     63* Fixed several iOS device issues (iPad zoom + seek, replay failed) by moving over to native controls. 
     64* Fixed issue where certain browsers would display double controlbars 
     65* Player now detects a wide variety of file extensions and adds the correct type to the <source> tag. 
    3066 
    3167Version 5.2 
Note: See TracChangeset for help on using the changeset viewer.