04 2014 档案
摘要:使用Outlook收发邮件,但是不想把邮件保存在默认的C盘。对于POP3账户,Outlook提供了变更数据文件目录的方法,但是IMAP账户无法修改。网上搜索了很多资料,终于找到一个可行的办法,整理出来分享一下:电子邮件账户配置好之后,关闭Outlook。(一定要先关闭Outlook!!)打开控制面板...
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/encoding.htmlVideo encodingTo ease the task of encoding your original videos to the various formats we are building an online video platform on top of Amazon's infrastructure. Try the free version now!Otherwise consider using one of the existing online plat
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/subtitles.htmlSetting upSubtitles are loaded with a element as follows The WEBVTT file of the track element has the following structure:WEBVTT FILE100:00:01.000 --> 00:00:04.000The first subtitle from 1 seconds to 4 secondsTh...
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/playlist.htmlHTML layoutHere is a typical setup for a playlist for a html based playlist: The initial clip is configured with multiple formats (webm, mp4, ogv). The playlist assumes that all playl...
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/embedding.htmlEmbeddingVideo embedding is an act where the viewers place your video on their site. Furthermore the audience on these foreign sites can do the same. The video can spread "like a virus". The terms "viral" and "viral market
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/skinning.htmlSkinning with CSS3Flowplayer skin design is CSS3. There are 4 approachesuse the default skins with modifier classesoverride default skins with your own CSSclone our default skins and edit them. Our skin repository is in githubwrite a skin from scra
阅读全文
摘要:SOURCE URL:https://flowplayer.org/docs/setup.html1. DOCTYPEAt the top of your page declare the HTML5 doctype:Otherwise HTML5 video will not work in some browsers, notably Internet Explorer 9.2. setupThese files are served globally from a content delivery network (Amazon CloudFront). Free for you to.
阅读全文
摘要:source url: https://flowplayer.org/docs/api.htmlGlobal API accessUse the flowplayer function to get a global handle on the API:flowplayer(function (api, root) { api.bind("load", function () { // do something when a new video is about to be loaded }).bind("ready", function () { //
阅读全文