php页面增添背景音乐 控制停止/播放

WBOY
Release: 2016-06-13 12:23:07
Original
1256 people have browsed it

php页面添加背景音乐 控制停止/播放

php页面添加背景音乐 控制停止/播放

<meta charset="UTF-8"><title></title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><meta name="apple-touch-fullscreen" content="yes"><meta name="full-screen" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="white"><meta name="format-detection" content="telephone=no"><meta name="format-detection" content="address=no"> <style type="text/css">		#music {		    position: absolute;		    top: 8px;		    right: 8px;		}    </style><!--音频 php页面添加背景音乐 控制停止/播放--><audio id="'audio'" src="audio/1.mp3" loop autoplay></audio><img  id="music" data-theme="images/on.png"    style="max-width:90%" alt="php页面增添背景音乐 控制停止/播放" ><!--音频 php页面添加背景音乐 控制停止/播放--><script src="js/jquery-2.1.3.js"></script><script src="js/imgpreload.js"></script><script src="js/touch-0.2.14.min.js"></script><script src="js/common.js"></script>
Copy after login

代码下载: http://download.csdn.net/detail/wuchengzeng/8909861


谢谢关注websites博客.

版权声明:本文为博主原创文章,未经博主允许不得转载。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!