mediaplayer-6.0-src

所属分类:多媒体编程
开发工具:Flex
文件大小:4337KB
下载次数:16
上传日期:2013-03-25 13:54:38
上 传 者xiaotong_lee
说明:  支持播放的Adobe Flash Player和HTML5浏览器可以处理任何格式(FLV文件,H.264标准,MP4功能,VP8的,WEBM,支持MP3,AAC,JPG,PNG和GIF)。它也支持各种流和播放清单格式(包括RMTP协议,HTTP直播和更多)和多种播放选项。并支持所有主要的CDN和自适应比特率切换意味着你可以在全球各地提供高质量的内容。
(Support playback of Adobe Flash Player and HTML5 browsers can handle any format (FLV files, H.264 standard, MP4 functions, to VP8, WEBM, support for MP3, AAC, JPG, PNG, and GIF). It also supports various streaming and playlist formats (including RMTP protocol, HTTP live streaming and more) and a variety of playback options. And supports all major CDN and adaptive bitrate switching means that you can provide quality content across the globe.)

文件列表:
复件 mediaplayer-6.0\assets\overview.pdf (439739, 2013-03-01)
复件 mediaplayer-6.0\assets\playIcon.png (609, 2013-03-01)
复件 mediaplayer-6.0\assets\six.xml (36521, 2013-03-01)
复件 mediaplayer-6.0\assets\wireframes.ai (976625, 2013-03-01)
复件 mediaplayer-6.0\assets\wireframes.pdf (695509, 2013-03-01)
复件 mediaplayer-6.0\bin-debug\jwplayer.flash.swf (213663, 2013-03-01)
复件 mediaplayer-6.0\bin-debug\jwplayer.html5.js (249489, 2013-03-01)
复件 mediaplayer-6.0\bin-debug\jwplayer.js (81977, 2013-03-01)
复件 mediaplayer-6.0\build\build.properties (1363, 2013-03-01)
复件 mediaplayer-6.0\build\build.xml (8910, 2013-03-01)
复件 mediaplayer-6.0\build\skin-builder.py (960, 2013-03-01)
复件 mediaplayer-6.0\build\yuicompressor-2.4.2.jar (851219, 2013-03-01)
复件 mediaplayer-6.0\doc\5to6.html (25239, 2013-03-01)
复件 mediaplayer-6.0\doc\about.html (5860, 2013-03-01)
复件 mediaplayer-6.0\doc\adtonomy.html (10717, 2013-03-01)
复件 mediaplayer-6.0\doc\advertising.html (3181, 2013-03-01)
复件 mediaplayer-6.0\doc\analytics.html (4646, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\adtonomy-ads.jpg (79112, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\encoding-handbrake-settings.png (113050, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\encoding-video-dimensions.png (11417, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\ga-details.jpg (87088, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\ga-overview.jpg (74205, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\googima-examples.jpg (48787, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\hls-quality.jpg (55682, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\hls-streaming.jpg (49697, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\jw-analytics.jpg (49865, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\related-overlay.jpg (38456, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\sharing-overlay.jpg (37393, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-components.jpg (75713, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-controlbar.jpg (34936, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-display.jpg (20338, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-dock.jpg (11750, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-menus.jpg (30444, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-playlist.jpg (54441, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-timeslider.jpg (16305, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skinning-tooltip.jpg (16093, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\skins-examples.jpg (131624, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\troubleshooting-media-error.jpg (21616, 2013-03-01)
复件 mediaplayer-6.0\doc\assets\troubleshooting-setup-error.jpg (6913, 2013-03-01)
复件 mediaplayer-6.0\doc\branding.html (4482, 2013-03-01)
... ...

The JW Player is free for non-commerical use. To buy a license for commercial use, please visit https://www.longtailvideo.com/players/order. To build the JW Player, you will need the following software: * Flex SDK 4.1: http://sourceforge.net/adobe/flexsdk/wiki/Downloads/ * Ant 1.7.0: http://ant.apache.org/bindownload.cgi === Compiling the Player With the Flex SDK and Ant === To compile with Flex and Ant, you'll first need to modify the build.properties file found in the 'build' folder. ant -buildfile build\build.xml If the build is successful, the new player assets (jwplayer.js, jwplayer.html5.js, jwplayer.flash.swf) will appear in the base folder (where this README.txt file is located) === Compiling the flash component with Flash Builder === If you're using Flash Builder, you may use the following method to build the Flash player component (jwplayer.flash.swf): 1. Create a new ActionScript project (you can give it any name except "Player"). 2. Under "Project Contents", uncheck "Use default location" and select the checkout tree (the folder where this README file lives). 3. Click the "Next" button, then type "src/flash" into the "Main Source Folder" field. 4. Click "Add SWC Folder" button. Type in "libs" then press the "OK" button. 5. Click the "Finish" button 6. Right-click on your new project, and select "Properties" 7. Under the "ActionScript Compiler" tab, click the radio button that reads "Use a specific version", and make sure it reads "10.0.0". 8. Click the "OK" button. 9. In the project source tree, navigate to the foler: src -> flash -> com -> longtailvideo -> jwplayer -> player 10. Right click on Player.as and select "Set as Default Application" 11. Under the "Project" menu, choose "Export Release Build". 12. Make sure "Player.as" is selected as the application, and click "Finish" 13. The flash component will be compiled as bin-release/Player.swf.

近期下载者

相关文件


收藏者