• Loading screen help
    1 replies, posted
Hey guys I got my loading screen on my website already done <html> <head></head> <body background="images/loadingscreen.jpeg"> <embed src="music/loadingscreen.mp3" autostart="true" autoloop="false" hidden="true"> </body> </html> I placed the command on my server console with the link to the page [url]http://tntlandmc.enjin.com/loading[/url] Trying to get to know how the loading screen works before I get a good loading screen. Any help?
[QUOTE=FluffedWolf;43482645]Hey guys I got my loading screen on my website already done <html> <head></head> <body background="images/loadingscreen.jpeg"> <embed src="music/loadingscreen.mp3" autostart="true" autoloop="false" hidden="true"> </body> </html> I placed the command on my server console with the link to the page [URL]http://tntlandmc.enjin.com/loading[/URL] Trying to get to know how the loading screen works before I get a good loading screen. Any help?[/QUOTE] I'm unsure what exactly you mean, as far as I understand you want a screen ingame on the server when you connect or? If so, I don't think the question is best answered here. Also a little hint, surround your code with [code] for better view: [code] <html> <head></head> <body background="images/loadingscreen.jpeg"> <embed src="music/loadingscreen.mp3" autostart="true" autoloop="false" hidden="true"> </body> </html> [/code]
Sorry, you need to Log In to post a reply to this thread.