I am having a problem with my loading screen. For some reason when players join the server they do not here any music at all they only see the photo. But, when you view the loading screen on a webpage you see the loading screen.
Here is the index.html
Code: Select all
<html>
<head>
<title>ModernLifeRP Loading Screen</title>
<style type="text/css">
body {
margin:0px;
padding:0px;
background-color:#000000;
}
</style>
</head>
<body>
<object style="height:0px; width:0px;">
<embed src="http://www.youtube.com/v/4NdSfVU-wSE?version=3&autoplay=1&loop=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="0" height="0">
</object>
<img src="LoadingScreen.jpeg" style="max-width:100%; max-height:100%;" alt="" />
</body>
</html>
Any help would be greatly appreciated
