登录
首页 » HTML » 115jPlayer

115jPlayer

于 2013-08-22 发布 文件大小:128KB
0 239
下载积分: 1 下载次数: 7

代码说明:

  网页播放器,flahs+js代码实现,从一款比较好的地方拔下来的(Web player, flahs+js code, a better place from pull down)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网上订餐系统的设计与实现
    网上订餐系统的设计与实现,用JSP语言,数据库用MY SQL,包含数据库,源码,论文,截图以及答辩用的PPT,绝对值得你拥有。该论文是我毕业设计的论文题目,纠结了好久,因为大学没学到什么,很惭愧。希望对你们有所帮助。
    2022-01-25 20:40:02下载
    积分:1
  • 深入React技术栈
    本书从几个维度介绍了 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原理。二是扩展到 Flux 应用架构及重要的衍生品 Redux,它们怎么与 React 结合做应用开发。三是对它与 server 的碰撞产生的一些思考。四是讲述它在可视化方面有着怎样的优势与劣势(This book introduces React from several dimensions. The first is how to implement componentization as a View library, and the implementation behind it. The second is to extend to the Flux application architecture and important derivatives Redux, how they can be combined with React for application development. The third is some thoughts on the collision between it and the server. The fourth is to tell what advantages and disadvantages it has in visualization.)
    2019-02-21 11:18:59下载
    积分:1
  • shijuanshengchengxitong
    基于WEB的试卷生成系统 采用B/S构架运用网络编程方法和数据库技术,实现试题库管理、组卷管理、试卷库管理、用户管理等功能。具体要求包括:试题的增、删、改;组卷算法的研究与实现;试卷的查看、修改、删除、打印等;用户的权限管理及添加、删除、修改等(WEB-based system producing paper using B/S framework for the use of network programming and database technology, database management test questions, test paper management, paper database management, user management functions. Specific requirements include: questions to add, delete, change Research and Implementation of Algorithmic papers of view, edit, delete, print, etc. user rights management and add, delete, modify, etc.)
    2010-05-18 13:44:11下载
    积分:1
  • mwlmbym
    1、将www内的所有文件上传到你的空间根目录;(一般根目录为服务器WEB文件夹,直接上传即可,不用安装,直接可以打开网站) 2、后台地址:你的域名/admins 管理账号和密码都是admin 注意事项: 1.请先修改左边菜单栏:管理账号的密码 2.网站配置,修改网站信息(填写完请退出一下再进) 3.变更网站LOGO,打开本地文件www下的images内LOGO,进行上传替换【首页右上角电话图片一样的方法】注意查看源文件分辨率! 4.修改顶部信息,请修改www下index文件;修改侧边栏信息、底部信、微博等,请修改www下bottom文件;(1, the WWW file will be uploaded to the root directory of your space (general root directory server WEB folder can be uploaded directly, do not install, you can directly open the site) 2, background address: your domain name /admins management account and password are admin Matters needing attention: 1 please modify the left menu bar: password management account 2 site configuration, modify the site information (please fill out the end of the re entry) 3 change the site LOGO, open the local file www under the images LOGO, upload and replace the [right hand corner of the top of the phone the same way as a picture] note the source file resolution! Modify the top 4 information, please modify the WWW index file modify the sidebar information, such as micro-blog, at the bottom of the letter, please modify the WWW file under bottom )
    2017-01-14 21:45:23下载
    积分:1
  • 日志由业主立案法团系统送的所有邮件
    打开会议系统 (OCS) 发送许多自动生成的电子邮件。然而,现有的日志系统只能记录电子邮件发送时,用户单击"发送"按钮在任何电子邮件页面上。其他如一般通知的电子邮件自动发送的电子邮件不被记录/记录。在此代码中,我将添加一些行,使每个已发送的邮件复制和记录表"邮件"中。你必须通过自己在 OCS 来创建此表的数据库。如何使用: 将此文件复制到目录 lib/pkp/类/邮件 (别忘了事先备份原始文件)
    2022-08-12 16:19:46下载
    积分:1
  • zyglxt.NET
    说明:  资源管理系统 .NET 能作为计算机专业毕业设计(Resource management system can be used as computer science graduate design)
    2011-03-19 15:36:57下载
    积分:1
  • Mell.js - 自己的JS框架
    自己开发的JS框架,区别于传统框架。基于过程管理而非面向对象。本框架是面向过程管理框架。相对面向对象框架更高效,更节省系统资源,可控性更强,更适合多屏运用。
    2022-02-14 09:13:01下载
    积分:1
  • DJ音乐网
    DJ音乐网
    2022-01-26 00:08:52下载
    积分:1
  • pythonExample
    这个通过例子学python的资料,是从一个python学习的网站上下下来的,通过一个个编程实例来学习python,我认为这是学习python一个非常高效的途径。(Learn python this information by example, learning from a web site up and down down the python, and through a months programming examples to learn python, I think this is a very efficient learning python way.)
    2010-08-05 08:41:58下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载