Comments on [ Music Player Tutorial F2U ] All Comments

Hello! I am having a bit of trouble with embedding a code for one of my characters, it doesn’t seem to play the song , and although I did see what to do if the song isn’t properly playing, I didn’t see any kind of problem from my view really, and am confused about it

Here’s the code I was using! If there’s any problems with it please let me know! It may be that or just my crappy connection

  <audio class="btn btn-primary"  controls="" style="padding:4px;  width:270px;height:40px;border-radius:40px;"><source  src="https://docs.google.com/uc?export=open&id=1j-G4aI2CCqiPgicJkR493Bjf_yLBRlvL"></audio>

Hi !
The broken part seems to be the link !
Can you link me the google file directly ? Without doing the edit ? So I can see what's wrong.

It seems the original code you sent works now (without any modification) maybe it's just that the file was never loaded before ? I'm not sure ;A;

This right :

<audio class="btn btn-primary" controls="" style="padding:4px; width:270px;height:40px;border-radius:40px;">
<source src="https://docs.google.com/uc?export=open&id=1j-G4aI2CCqiPgicJkR493Bjf_yLBRlvL"></audio>

I’m not too sure either really, dunno what was causing the problem, but the player works now! Thank you so much for the help!! :D

no problem ! I'm glad it worked at the end !