Sound on hover / mose over
-
Hi, I try to play a mp3 which pronounces my name when I hover over it. Therefor I try to use this script:
<script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ var s1 = new Audio("http://koekkoek.xyz/wp-content/uploads/2020/05/kuckuck.mp3"); jQuery("#note1").mouseover(function() { playme(s1); }); function playme(n) { n.play(); } }); </script>
and put it inside my post here as like this:
<span id="note1">[ˈkʊkʊk]</span>
but it doesnt work at all. Where exactly do I have to place the js code? Inside the custom html / header?
thats the site I try to integrate it: http://koekkoek.xyz/info
thank you!
-
Dear @gdk
this might be connected with the browser which stops autoplay of sound before you did not click on the website.
Best!
Marius
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com