• GMOD Custom Loading Screen, with music.
    64 replies, posted
Just because you randomly bumped it, I'd like to add minimalistic loading screens look very good, like this one: [url]http://external.sidewaykill.com/versound/vsloading3.php?id=76561198017389807&mapname=ttt_67thway_v4[/url] The picture is a collage made by various players, if you aren't a regular you probably won't understand.
[QUOTE=Internet1001;40264432]You can also use Youtube videos if you're lazy. You can make them invisible, which makes it that much better. [code] <iframe src="http://www.youtube.com/v/dQw4w9WgXcQ&hidden=1&loop=1&hd=1"></iframe> [/code] This should work perfectly. You have to change the part after /v/ but not after &hidden. This is the video's unique ID. If this were your video: [url]http://www.youtube.com/watch?v=dQw4w9WgXcQ[/url] The ID would be after v=. Have fun.[/QUOTE] Or you could make it like this instead [CODE] <iframe src="http://www.youtube.com/v/dQw4w9WgXcQ&hidden=1&loop=1&hd=1&autoplay=1"> [/CODE] This would make it autoplay...
[QUOTE=Hydrogengamin;41784644]Or you could make it like this instead [CODE] <iframe src="http://www.youtube.com/v/dQw4w9WgXcQ&hidden=1&loop=1&hd=1&autoplay=1"> [/CODE] This would make it autoplay...[/QUOTE] Talk about necroposting mate, check the dates. Anyways this seems like a cheap way to advertise your server or community by the looks of it.
[QUOTE=nexusowner;39196088]I was more thinking of the entire page in a pastebin or something. - But I'm alright, I'd just read your codes with "Inspect elements" on Google Chrome.[/QUOTE] Personally, I think this is a shitty thing to do, simply because you're not learning anything by just copy/pasting.
most loading screens are made from code like html php js etc so yes you can i can't tell you how to do the snow thing but if you want music <audio autoplay loop> <source src="MUSICFILEGOESHERE" type="audio/ogg"> </audio>
Sorry, you need to Log In to post a reply to this thread.