Play Downloaded Music Request [Synn-Loadscreen]

So I’ve been using synn-loading screen for my FiveM server. The script is the best loading screen I’ve seen yet and I don’t want to change it because it has really unique features. The big problem i’m having is I want to be able to play better music which is copyrighted. I don’t to keep on having to play non-copyrighted Vibe music. I’m trying to get in some recent rap music that will hype up my players when joining. So my request is if anyone has made an edit for the script, and if not can they make one? Thank you!

Hey, so you’re asking to change the music to other songs?

This loadingscreen is no longer maintained, wouldn’t it be better to look at any new loadingscreens?

Also as the loadscreen uses youtube videos it won’t play copyrighted music as youtube api doesn’t support playing that in embed.

You could use .ogg of .webm files downloaded from youtube

In the script it has a music player feature where you can pause and skip the songs. Wouldn’t you have to re-work the script completely to play .ogg files in the player

1 Like

Tomorrow I might be able to edit it but you’ll have to send me your resource since Synn removed it from his GitHub

1 Like

In the loading screen it uses a youtube player system where you would paste the links of the videos. the problem with this it doesn’t allow you to put copyrighted songs. The only way to do this is to download the music into .ogg files. but how would you make the .ogg files work with the music player function where you can skip, pause, and play songs.

1 Like

ok im down

https://drive.google.com/drive/folders/1ChS2zY056kibT51m_gpRfK09Ov2Zs7Hz?usp=sharing

Alright tomorrow I’m back to you

perfect!

Hey! were you able to do it?

just make an invisible audio element with the autoplay tag like below
untested

<audio style="display:none;" autoplay>
  <source src="sound.ogg" type="audio/ogg">
</audio>

Well the music player is ran using Java Script, I want them to actually be able to skip and stop the music with the js functions the plugin implemented

should be able to just add a div or class to that audio element and make the buttons work by selecting that div/class.

do you think you can show me an example?

i can’t find the loadscreen source. i think you linked it above give me a minute or two

yea so i look thru it and its confusing me.

yea… Well do you know any other good loading screens?

i didn’t make this but the original owner removed it.