• Music on load page? (sv_loadingurl)
    1 replies, posted
Hello all, I made a HTML page for my loading screen today. (Thanks Garry for the amazing update), but I'm not sure about this: Is it possible to add some music? A tiny MIDI file ofcourse.. I tried this: [code]<embed src="file.mid" />[/code] It's working in Firefox, but not inside Garry's Mod. Is it possible to play music on the load page? PS. I don't know what section I had to post this, please move the thread if this is the incorrect section, I don't want to be banned again..
I doubt you can. but you could try with this code, you can put in a youtube link and it'll automatically play. [code] <object width="0" height="0"> <param name="movie" value="http://www.youtube.com/v/youtubeidhere?fs=1&amp;hl=en_GB"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/youtubeidhere?fs=1&amp;hl=en_GB&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"> </embed> </object> [/code]
Sorry, you need to Log In to post a reply to this thread.