bulklobi.blogg.se

Amazing audio player not showing up in div
Amazing audio player not showing up in div









  1. AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV HOW TO
  2. AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV FULL
  3. AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV SOFTWARE
  4. AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV CODE
  5. AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV PROFESSIONAL

just decide which script you like to use but do not mix them up.

AMAZING AUDIO PLAYER NOT SHOWING UP IN DIV CODE

I see this in your source code right now where you are referring to the JavaScript function "togglePlay()": Return myAudio.paused ? ay() : myAudio.pause() but you are referring to a different script with the JavaScript function " togglePlay()" which should be between head tags instead:

amazing audio player not showing up in div

You also have this script between head tags right now referring to the JavaScript function " aud_play_pause()": Nothing like this is allowed "Before Doctype" - not even a space Sorry - just a short note - I have no time today (maybe Gary has). Middle of the night here but I’ll try again in morning with totally different names. Return myAudio2.paused? ay (): myAudio2.pause () īasically both sound sections (script, audio id & buttons) all edited to reference either 1 or 2 so that everything for both audio clips is totally different so no conflicts and bot are totally separate. Var myAudio2 = document.getElementById ("myAudio2") Return myAudio1.paused? ay (): myAudio1.pause () Var myAudio1 = document.getElementById ("myAudio1") I created a really simple block with 2 buttons and referenced a couple of test mp3's on the internet: Need to get it right by the weekend deadline :-(ĮDIT: I followed Tommys instructions and this works for me. I'm so sorry to be so slow on getting this. It is the SECOND audio that now works (i.e. Var myAudio2 = document.getElementById("myAudio2") īoth of the icons link to the same thing. I've tried it both in the page and then in the global site area (which is where I put the first script. The browser will choose the first source it supports.

amazing audio player not showing up in div The