• Adding youtube/music to server loading screen
    5 replies, posted
SO I'm not exactly sure how to set one up via html, I was able to upload the live forum website via cfg on filezilla using sv_url, but now I'm trying to play a youtube song in the back ground. So if anyone can help me set up one for the Cfg EDIT: If I have to replace Sv_Loadingurl with HTml as well, then I may need help with setting up that code as well..
Have you been [URL="http://facepunch.com/forumdisplay.php?f=353"]here[/URL] before?
Place this in a html file on your site, name it loading.html: [code]<html> <body> </body> <object type="hidden" style="height: 0; width: 0"> <param name="movie" value="https://www.youtube.com/v<<<SONG ID HERE>>>?version=3&autoplay=1&loop=1"> <embed src="https://www.youtube.com/v/<<<SONG ID HERE>>>?version=3&autoplay=1&loop=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="1" height="1"> </object> </html>[/code] Remember to replace the song id into where it says <<<SONG ID HERE>>>, which is the part after ?v= in a youtube URL. Then replace the sv_loadingurl with the URL to the file in your server.cfg: [code]sv_loadingurl "http://yoursitehere.com/loading.html"[/code]
[QUOTE=Internet1001;44151062]Place this in a html file on your site, name it loading.html: [code] Then replace the sv_loadingurl with the URL to the file in your server.cfg: [code]sv_loadingurl "http://yoursitehere.com/loading.html"[/code][/QUOTE] Wait can you explain this part a bit? My forum website right? What's with the loading.html part of your example then.. I would just copy and paste my forum url naturally right? i should also mention that our server uses forumotion and I"m told they don't have FTP access but our server host is NFO
please don't do this, it's obnoxious, especially when people are doing stuff in the background
Great, that's what we need - more annoying music/sounds from tasteless people.
Sorry, you need to Log In to post a reply to this thread.