[Release] Y-Particle-Loadscreen with loadbar and music player(Update 05/02) | Zentry Academy

i’ll add a cursor right now, wait 10min

2 Likes

Great release! I want to set a default volume to 20% or something. Could you explain how to do this?

dont use notepad++
use visual studio code that is way beter for coding

add volume="0.2"inside <audio> tag

Thanks alot! How do i make so that the music plays automatically? It’s paused atm. And the png files isn’t showing. It’s just a blue circle. I haven’t changed anything yet. Any idea?

add autoplay inside <audio> tag and for images check if the path is correct ( try a online .png, hosted on imgur )

¿How can i change the background with an image?

1 Like

I added this and tested the way you have it setup but the logo does not show up.

where is the path for the images displayed?

ya I cant get my logo to show up anyone know whats going on

I absolutely love this! Its amazing loading screen, especially the interaction with the screen lol.

got the same thing, please help though
;/

i don’t know how to make mp3 in link that works on this. any help?

1 Like

original code for those who want to develop their own! https://codepen.io/deanwagman/pen/EjLBdQ

This is amazing, but somehow more impressive is your support for all the little questions. Really, thank you!

Hello, I want to add autoplay and Volume music 0.2. Its that right?
audio crossorigin>
source src=“https://cdn.fivem.com.br/music.mp3” type=“audio/mpeg”>
volume=“0.2”
autoplay

/div>

Yes, it’s right, but put this params inside <audio> tag

Hi, Does anyone know how big the image size has to be? And does it matter if its JPG and not PNG?

I’m probably really really dumb, even looking at reading the way you said it gets added in, are you saying like

	<audio crossorigin>
		<source src="https://rsadps.net/Game-On.mp3" type="audio/mpeg">
		<audio> add autoplay
		</audio>

Still not quite understanding how you are saying it needs to be phrased.

1 Like
<audio autoplay>
  <source src="https://rsadps.net/Game-On.mp3" type="audio/mp3">
</audio>
1 Like