+ 1
Song not supporter
<audio controls> <source src="https://www.dropbox.com/s/d1rc58xp1dzatp3/%D7%AA%D7%95%D7%93%D7%94%20%D7%9C%D7%9A%20%5BRotem%20Baum%20-%20REMIX%5D%20AETrim1596336283984-mc.mp3?dl=0" type="audio/mpeg"> </audio> why is not it working??
3 Antworten
+ 3
Change www with dl, check this:
https://code.sololearn.com/W1rTeAxHoV7o/?ref=app
0
Kinggggggg
0
karak10. I changed the mpge to mp3 and it worked
<audio controls>
<source src="https://dl.dropbox.com/s/d1rc58xp1dzatp3/%D7%AA%D7%95%D7%93%D7%94%20%D7%9C%D7%9A%20%5BRotem%20Baum%20-%20REMIX%5D%20AETrim1596336283984-mc.mp3?dl=0" type="audio/mp3">
</audio>