您好,登錄后才能下訂單哦!
本篇文章為大家展示了JWPlayer插件怎么在jQuery中使用,內(nèi)容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。
JWPlayer 插件播放視頻播放器 使用方法:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html; charset=UTF-8"%> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no" name="viewport"/> <meta content="telephone=no, address=no, email=no" name="format-detection"> <title>快訊視頻預覽</title> <style> .jwlogo{ display: none; } #container{ margin: auto; } #videoDiv{ margin-top: 30px; } </style> </head> <body> <section id="videoDiv"> <div id="container">Loading the player ...</div> </section> </body> <script type="text/javascript" src="/wamei/pages/js/jquery-1.11.3.min.js" ></script> <script type="text/javascript" src="/wamei/pages/js/jwplayer/jwplayer.js"></script> <script> $(function(){ var videoUrl = getUrlParam("videoUrl"); var videoCover = getUrlParam("videoCover"); if(videoUrl){ jwplayer("container").setup({ flashplayer : "/wamei/pages/js/jwplayer/player.swf", levels: [{file: videoUrl}], image: videoCover, height : 270, width : 480 }); } }); //獲取url中的參數(shù) function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //構造一個含有目標參數(shù)的正則表達式對象 var r = window.location.search.substr(1).match(reg); //匹配目標參數(shù) if (r != null) return unescape(r[2]); return null; //返回參數(shù)值 } </script> </html>
上述內(nèi)容就是JWPlayer插件怎么在jQuery中使用,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業(yè)資訊頻道。
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。