How to put a ads after 3 music playing | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

How to put a ads after 3 music playing

Is this correct player .$node.on('finish', function(e){ i++; if(i%3 == 0){ http://www.yourwebsite/wp-content/uploads/2018/10/ads.mp3 player.setSrc('ads.mp3'); player.load(); } }); Help, please 🙏

13th Jan 2019, 9:59 PM
Francois Jeff jhon
Francois Jeff jhon - avatar
1 Antwort
+ 3
20th Apr 2019, 9:39 PM
Ocram Co
Ocram Co - avatar