Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to add mouse hover sound effects in HTML5 without using FLASH

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how HTML5 adds mouse suspension acoustics without using FLASH, which has a certain reference value. Interested friends can refer to it. I hope you will gain a lot after reading this article. Let's take a look at it.

Use HTML5+jQuery instead of FLASH:

Browser scope: Firefox 3.5, Chrome 3, Opera 10.5, Safari 4, IE 9 +

Code example:

$("# speak") .Mouseenter (function () {

$("). Attr

'src':'audio/'+Math.ceil (Math.random () * 5) + '.mp3'

'volume':0.4

'autoplay':'autoplay'

}) .appendTo ("body")

});

Above is to play a random mp3 sound effect using the audio element of html5.

Thank you for reading this article carefully. I hope the article "how to add mouse hovering sound effects without using FLASH" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report