radio player on client

Results 1 to 5 of 5
  1. #1
    Enthusiast TheBox is offline
    MemberRank
    Nov 2014 Join Date
    36Posts

    radio player on client

    I'm trying to get my radio player to show at the top of the client but it keeps overlapping the client for some reason, does anyone have a method that works? I tried to get it so the background music is the radio, but that too doesn't work..

    I placed this radioplayer code at the very top of the client code;
    <!--Wavestreaming.com SHOUTcast Flash Player--><script type="text/javascript" src="http://player.wavestreamer.com/cgi-bin/swf.js?id=U251EBIRRSEK6KXL"></script>
    <script type="text/javascript" src=" http://player.wavestreaming.com/?id=U251EBIRRSEK6KXL"></script>
    <!--End Player-->
    Code:
    <!DOCTYPE html><html lang="en">
        <head>
            <meta http-equiv="content-type" content="text/html; charset=utf-8">
            <title>{hotelName} - Client</title>
            
    		
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
    		<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script 
            
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
            <script type="text/javascript">
                var BaseUrl = "http://playhabz.com/game/gordon/RELEASE63-201408141029-609065162/";
                var flashvars =
                {
                    "client.starting" : "Please wait {username}, {hotelname} is starting up!", 
                    "client.allow.cross.domain" : "1", 
                    "client.notify.cross.domain" : "0", 
                    "connection.info.host" : "{server_ip}", 
                    "connection.info.port" : "30000", 
                    "site.url" : "{url}", 
                    "url.prefix" : "{url}", 
                    "client.reload.url" : "{url}/client", 
                    "client.fatal.error.url" : "{url}/me", 
                    "client.connection.failed.url" : "{url}/me", 
                    "external.variables.txt" : "{external_vars}", 
                    "external.texts.txt" : "{external_texts}", 
                    "productdata.load.url" : "{product_data}", 
                    "furnidata.load.url" : "{furni_data}", 
                    "use.sso.ticket" : "1", 
                    "sso.ticket" : "{sso}", 
                    "processlog.enabled" : "0", 
                    "flash.client.url" : BaseUrl, 
                    "flash.client.origin" : "popup" 
                };
                var params =
                {
                    "base" : BaseUrl + "/",
                    "allowScriptAccess" : "always",
                    "menu" : "false"                
                };
                swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
            </script>
        </head>
        
        <body>
        
            <div id="client">&nbsp;</div>
        
        </body>
    </html>


  2. #2
    Alpha Member Glee is offline
    MemberRank
    Jun 2009 Join Date
    Niagara Falls,Location
    2,225Posts

    Re: radio player on client

    can you show a pic please

  3. #3
    Enthusiast TheBox is offline
    MemberRank
    Nov 2014 Join Date
    36Posts

    Re: radio player on client

    Quote Originally Posted by Glee View Post
    can you show a pic please
    as requested. Nothing is clickable on it when it's added.

  4. #4
    Alpha Member Glee is offline
    MemberRank
    Jun 2009 Join Date
    Niagara Falls,Location
    2,225Posts

    Re: radio player on client

    Quote Originally Posted by TheBox View Post
    as requested. Nothing is clickable on it when it's added.
    With my opinion I personally don't think a Radio should be added on to the client, because with new images and client, compare to v26. Basically you would need to add a black bar on the top of the client basically creating a column in the client. but with that radio it's to big for a client anyways and people will just get annoyed with it. When I mean by to big I mean by the Pause and Play Button on it
    Last edited by Glee; 23-01-15 at 09:34 PM. Reason: Added more info

  5. #5
    Account Upgraded | Title Enabled! asesinato is offline
    MemberRank
    Aug 2014 Join Date
    601Posts

    Re: radio player on client

    Place the radio below <div id="client"></div>



Advertisement