[RELEASE] NoName New Year Load Screen [Loadingscreen]

NoName New Year Load Screen

Thanks for downloading please leave a comment if you want to add anything in loading new!
nonamerp_loading.rar (2.0 MB)

Fireworks animated

Created by JSFiddle

10 Likes

Wish i could add music any tips ?

1 Like

add to index.html

	<audio id="audio_loading" autoplay loop>
		<source src="loading.ogg" type="audio/ogg">
	</audio>		
	
	<script type='text/javascript'>
		var audio = document.getElementById("audio_loading");
		audio.volume = 0.1
	</script>
2 Likes

Thank you ! Im gonna add a music player :slight_smile:

1 Like

Do I have to download the song and name it audio / ogg?

Amazing loading screen.

Can i just extract it into the server or do i have to use a webhost?

where do i put in the index.thml

1 Like

Just insert it at the bottom of the file.

how i change the text?

3 Likes

how do you change the title of name to your server name

no name the song loading.ogg and put it in where the html file is

change the title in the html file file

Did not work for me

which part doesnt work the adding music or the scream its self?

can i add some music in there?

@Phamton Please add music!!

Could someone make an example with audio, cant get it to work

<script type='text/javascript'>
	var audio = document.getElementById("audio_loading");
	audio.volume = 0.1
</script>

how do you add more then one song