Comments on [ Music Player Tutorial F2U ] All Comments

It doesn't work for you ?
▸ Reply to this comment with your issue
INCLUDE YOUR CODE

(in any way shapes or form, I'll grab it somehow dw )

hi I cant seem to find the link that is able to work for it can you help me on how to find one

<div class="row no-gutters" style="border-top:5px solid #C656FF;">
<div class="col mb-3">
<div class="text-center">Ocean Eyes - Billie Eilish ft Blackbear
    <div class="progress mx-auto" style="max-width:200px;border-radius:60px;"><div class="progress-bar progress-bar-striped progress-bar-animated"  style="height:35px;background-color:#A3EF00;"><audio controls="" style="mix-blend-mode: screen;padding:5px; max-width:200px;height:35px;border-radius:60px;opacity:1;">
       
        <source src="SONG URL">
       
        </audio></div></div>

(re-replying cause my other reply got fucked up sorry)

Hi!
Bit  lazy to explain how but fixed it ( I think?), it should works like any  other code of this tutorial now (so with any normal mp3 link)

<div class="row no-gutters"  style="border-top:5px solid #C656FF;"><div class="col  mb-3">
<div class="text-center">Ocean Eyes - Billie  Eilish ft Blackbear<br><div align="center">
<div  class="progress"  style="width:200px;border-radius:60px;">
<div  class="progress-bar progress-bar-striped progress-bar-animated"  style="height:35px;background-color:#A3EF00;">
<audio  controls="" style="mix-blend-mode: screen;padding:5px;  width:200px;height:35px;border-radius:60px;opacity:1;">
<source  src="MP3LINK"><br></audio></div></div>

 (I don't think the code was from here originally tho... well, 90% of it was, dunno... let me know if it does works now!)

hi there! I was wondering how I could get the text on top of my mp3 player to look like this? like on the original page for it?

Screenshot_2023-11-05_at_2.17.58_PM.png?

i've been trying everything but i haven't been too successful. the code i'm using is below!

<div align="right">
<div class="fixed-bottom">
<table style="width: 0%;"><tbody><tr><td style="width: 100%; text-align: center; background-color: transparent; border-color: transparent; border-style: double;">
<span class="btn-btn primary" style="height:15px; font-size:11px; border-radius:4px 4px;padding:0rem;"><strong>Theme Song - Pink Bxxtch Club by ko.yo</strong></span>
<audio controls="" style="opacity:0.99; border-radius:40px; background:#e6be8a; padding:4px; width:270px; height:40px;">
<source src="song link"></audio>
</td></tr></tbody></table></div></div>


Heyo!
That should be it ? you might wanna re-check the details I might of messed up some, but it's the right color !

<div align="right"><div class="fixed-bottom">
<table style="width:0%;"><tbody><tr><td style="width:100%;text-align:center;background-color:transparent;border-color:transparent;border-style:double;">
<span class="btn" style="background:#e6be8a;height:15px;font-size:11px;border-radius:4px 4px;padding:0rem;">
<span style="color: #ffffff;"><strong>&nbsp;Theme Song - Pink Bxxtch Club by ko.yo&nbsp;</strong></span></span>
<audio class="btn" controls="" style="background:#e6be8a;padding:4px;width:270px;height:40px;border-radius:40px;"><source src="MP3LINK">
</audio></td></tr></tbody></table></div></div>


Let me know if that works !

sorry for the late reply but it does! thank you!

I know this isnt a issue but I was wondering if I could make https://toyhou.se/23807395.angry-boi The soundbar loop? with this ver of the Music player , I tried to import theinfinite loop command with the soundbar code but it automatically changed the soundbar into a default white instead of keeping the color (is there anyway to keep the blue outline and make it loop?) (oh that uh didnt go as planned i didnt know the code was going to work in comments) :

happy face when i think about how wonderful it all is!

Yeah you just need to use <audio controls="" loop="" not <audio controls="loop"
(yeah it's not typo on the tutorial ahah)

hope that works let me know !