Changeset 1343 for trunk/fl5/doc/publishers/releasenotes.rst
- Timestamp:
- 09/29/10 17:31:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/fl5/doc/publishers/releasenotes.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/doc/publishers/releasenotes.rst
r1280 r1343 20 20 * Support for HTTP DVR streaming as offered by the Bitgravity CDN. 21 21 * 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". 22 26 23 27 Bug Fixes … … 27 31 * Fixed a bug that caused the duration textfield of a playlistitem would not be placed to the right. 28 32 * Fixed a bug that caused PNG skin playlists not to show the item.png on rollout if there was no itemActive. 29 * 33 34 HTML5 Beta Player Integration 35 +++++++++++++++++++++++++++++ 36 The 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 38 Restructuring 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 44 Features 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 53 Enhancements 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 59 Bugs 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. 30 66 31 67 Version 5.2
Note: See TracChangeset
for help on using the changeset viewer.
