Hey, I was wondering... how could I make a Garry's Mod(Of course) Server Loading Screen WITH music on it[NOTE: I HAVE TRIED, BUT IT DOESN'T WORK!]? this is my current server.cfg:
[CODE]
"hostname" "Sky Rise TTT | FastDL | Amazing Staff"
"gamemode" "terrortown"
"rcon_password" "sjklfnalgbuib"
"ttt_postround_dm" "1"
"sv_loadingurl" "skyriseservers.icyboards.net/misc.php?page=musicpage"
[/CODE]
If you go to the "sv_loadingurl" you can easily see that it also includes music... When I enter my server, on the other hand, it does not play? Could anyone help me?
I went to that URL and I herd no music and only see text scrolling across the page.
After looking at the source of the page it seems you are trying to play a .mp3 from a dropbox link.
Does this link allow direct hot linking?
EDIT:
If the song you want to play is on YouTube you could do what I have done with my loading URL and play it like this.
[url]http://commandersstranded.webege.com/[/url]
Just look at the source and edit it from there.
I went to the URL and it doesn't play music.
Gah, so many newborns here.
Please paste your HTML code for the loading page.
[HTML]<div align="middle">
<font size="20" face="impact" color="#3399FF">
<marquee behavior="scroll" direction="left" scrollamount="5">Welcome to Sky Rise Servers!</marquee>
<div style="visibility: hidden">
<hr>
</div>
<marquee behavior="scroll" direction="left" scrollamount="4">Read the rules in "!motd"!</marquee>
<div style="visibility: hidden">
<hr>
</div>
<marquee behavior="scroll" direction="left" scrollamount="3">Enjoy your stay!</marquee>
</font>
<div style="visibility: hidden">
<video controls="" autoplay="" name="media">
<source src="https://dl-web.dropbox.com/get/Flux%20Pavilion-Bass%20Cannon%20Zomboy%20Remix.mp3?w=AADeu7Zc3HYi8Ymfr8g5Whm4pg3oNOHNl9gG_XBPIurk5Q" type="audio/mpeg">
</video>
</div>[/HTML]
[editline]14th April 2013[/editline]
I made the html all myself, so I could have did something wrong...
[QUOTE=SkibbyDuu;40258328]Hey, I was wondering... how could I make a Garry's Mod(Of course) Server Loading Screen WITH music on it[NOTE: I HAVE TRIED, BUT IT DOESN'T WORK!]? this is my current server.cfg:
[CODE]
"hostname" "Sky Rise TTT | FastDL | Amazing Staff"
"gamemode" "terrortown"
"rcon_password" "sjklfnalgbuib"
"ttt_postround_dm" "1"
"sv_loadingurl" "skyriseservers.icyboards.net/misc.php?page=musicpage"
[/CODE]
If you go to the "sv_loadingurl" you can easily see that it also includes music... When I enter my server, on the other hand, it does not play? Could anyone help me?[/QUOTE]
Dude, make your DropBox link public. Put it in the public folder -_-
Well, i'm currently using a .ogg file in my loading screen, it seems to work on the site, but it wont play in game. does garrys mod even support ogg files?
link to loading screen: [url]http://flasco.co/gmodload[/url]
to see the html, just right click and click 'view page source'
Sorry, you need to Log In to post a reply to this thread.