Sticking with Nitro, need help with Radio Plugin for Client please!

MajesticBoss

Member
Sep 16, 2019
129
17
Hello im done messing about with R63 Hotel Files!
i understand now Nitro is the Future!
im now Running a Nitro V2.2 Hotel!
i just need one thing! A Radio for my Client!
Anyone know how to do this? Thanks for your time!
 

MajesticBoss

Member
Sep 16, 2019
129
17
You can use the audio HTML tags:


You can use some javascript to create start / stop buttons.
Where would i add to? Client.php? i dont know where client folder is in Nitro?

<audio preload="none" autoplay="autoplay" controls="controls">
<source
src=" "
/>
</audio>
 

DDDDec

Tongue Boxing Champion 2023
May 30, 2017
406
250
Where would i add to? Client.php? i dont know where client folder is in Nitro?

<audio preload="none" autoplay="autoplay" controls="controls">
<source
src=" "
/>
</audio>
Add it just after the <body> tag on the client.php from your CMS files

As the general said youll have to make some javascript buttons for it to play pretty sure most browsers dont allow autoplay
 

mnthl

@Object's Biggest Fan
Feb 1, 2021
12
4
Where would i add to? Client.php? i dont know where client folder is in Nitro?

<audio preload="none" autoplay="autoplay" controls="controls">
<source
src=" "
/>
</audio>
honestly, you should create a retro player. i'm admin at a radio station and it's what we did for retros to partner with us.
 

Users who are viewing this thread

Top