View Single Post
myusername
Senior Member
Join Date: Aug 2012
Old 02-21-2014 , 08:38   Re: Music Player - Advanced
Reply With Quote #10

Quote:
Originally Posted by baws View Post
it depends on your internet or server speed. What do you mean by group? And that's how i did the .html. It's good like that.
Groups like this one.

I suggest use this html
PHP Code:
<html>
<
head>
<
style type="text/css">body{background:#000000;color:#FFB000;text-align:center;margin-left:8px;margin-top:0px;}</style>
</head>
<
body>
<
center>
    [
MEDIA_NAME]<br>
    
Music player brought to you by <b>Baws<b/>.<br>
    
NoteLoading time depends on your Internet speed.<br>
    
You may close this MOTDthe song will keep playing.<br>
    If 
you ever wanted to stop ittype <b>/stop</b>.<br>
    <
object type="application/x-shockwave-flash" data="http://allied-gamers.com/player.swf" height="240" width="400" quality="high">
        <
param name="movie" value="http://allied-gamers.com/player.swf">
        <
param name="FlashVars" value="backcolor=0x000000&amp;frontcolor=0xCCCCCC&amp;lightcolor=0x996600&amp;searchbar=false&amp;autostart=true&amp;autostart=true&amp;volume=70&amp;file=[MEDIA_URL]">
    </
object>
</
center>
</
body>
</
html
EDIT: I forgot to say you need to add utf-8 in html (in head)
Quote:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
__________________
Rest in piece.

Last edited by myusername; 02-21-2014 at 08:40.
myusername is offline