Silverwave emulator Client HELPP

Hashh

adam
Apr 17, 2015
799
169
Hi, So Silverwave emulator Loads fine and on client it goes to 86% then a black screen

Emu loads fine btw..


Client.php :
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/{skin}/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://mydomain/game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelname} loading",
                "hotelview.banner.url" : "http://mydomain/game/rs4.php",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "myip",
                "connection.info.port" : "30000",
                "site.url" : "http://mydomain",
                "url.prefix" : "http://mydomain",
                "client.reload.url" : "http://mydomain/client",
                "client.fatal.error.url" : "http://mydomain/me",
                "client.connection.failed.url" : "http://mydomain/me",
                "external.variables.txt" : "http://mydomain/game/external_variables.txt",
                "external.texts.txt" : "http://mydomain/game/external_flash_texts.txt",
                "productdata.load.url" : "http://mydomain/game/productdata.txt",
                "furnidata.load.url" : "http://mydomain/game/furnidata_xml.xml",
                "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", "http://mydomain/game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 
Last edited:

Users who are viewing this thread

Top