-
zhuaxiugongshiwangzhan
精美的装修公司源码(全站程序) 支持.net 2.0 值得学习的源程序(Exquisite decoration company source (the station program) support. Net 2.0 source code to learn from)
- 2011-09-21 07:40:50下载
- 积分:1
-
JSP博客在线
在线博客实例,博客、网志,是一种由个人管理、不定期张贴新的文章、图片或影片的网页或联机日记,用来抒发情感或分享信息。博客上的文章通常根据张贴时间(Chronological Order),以倒序方式由新到旧排列。多博客作者专注评论特定的课题或新闻,其他则作为个人日记。一个典型的博客结合了文字、图像、其他博客或网站的超链接、及其它与主题相关的媒体。
- 2023-07-03 14:05:04下载
- 积分:1
-
tokenisasi
tokenisai in retival information
- 2012-04-02 19:03:59下载
- 积分:1
-
atomizer-muledump-0.2.3-0-g99be46c
Muledump for the ROTMG game (www.realmofthemadgod.com)
- 2012-07-19 07:52:04下载
- 积分:1
-
javaee网上商店
资源描述javaee网上商店
购物车
- 2023-08-28 18:10:09下载
- 积分:1
-
SHOPsj
购物系统,可以提供用户快速搜索商品,添加至购物车,去购物车结账等等(Shopping system can provide users to quickly search for products, add to the shopping cart, shopping cart checkout, etc.)
- 2011-05-30 19:41:00下载
- 积分:1
-
lyb
实现了留言的添加,浏览,删除功能,是一个实现了最基本功能的小型留言板(Realize the message to add, browse, delete function, is a basic function of the realization of the small message board)
- 2017-10-30 14:24:18下载
- 积分:1
-
uploadifive
应用背景大家都用过uploadify这个插件做过文件上传吧,很好用吧!这个是它的html5版本,在一个web应用随处可见的世界里,随着新一代浏览器的出来,IE的时代就要一去不复返了,还在用flash插件就太low了,来,使用html5上传吧关键技术html5、html、upload、jquery、php、div、css、网页、md5、上传、
- 2022-06-28 11:00:40下载
- 积分:1
-
video
说明: 优酷、爱奇艺、腾讯视频会员网站解析源码,免费视频在线观看(Youku, Aiqiyi, Tencent Video Membership Website Resolution Source Code, Free Video Online Watch)
- 2020-06-20 10:00:01下载
- 积分:1
-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1