Can you provide your client.php and make sure you linked your swfs correctly.So my client loads and i come in to the client then 2 seconds after it goes back to the ''me'' page..
Help please?
He said it redirects him about to the me page. Has nothing to do with enabling flash.black client means you have to enable flash on the client browser...
Did you link your swfs correctly? If you did try a new client.php from another theme.Fixed it but now i get black client..
Here are my client
<!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="You must be registered for see links" type="text/css">
<script type="text/javascript" src="You must be registered for see links"></script>
<script type="text/javascript">
var BaseUrl = "You must be registered for see links";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "You must be registered for see links",
"url.prefix" : "You must be registered for see links",
"client.reload.url" : "You must be registered for see links",
"client.fatal.error.url" : "You must be registered for see links",
"client.connection.failed.url" : "You must be registered for see links",
"external.variables.txt" : "You must be registered for see links",
"external.texts.txt" : "You must be registered for see links",
"productdata.load.url" : "You must be registered for see links",
"furnidata.load.url" : "You must be registered for see links",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" :"You must be registered for see links",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "You must be registered for see links",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "You must be registered for see links", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
Enable flash in google chromeFixed it but now i get black client..
Here are my client
<!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="You must be registered for see links" type="text/css">
<script type="text/javascript" src="You must be registered for see links"></script>
<script type="text/javascript">
var BaseUrl = "You must be registered for see links";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "You must be registered for see links",
"url.prefix" : "You must be registered for see links",
"client.reload.url" : "You must be registered for see links",
"client.fatal.error.url" : "You must be registered for see links",
"client.connection.failed.url" : "You must be registered for see links",
"external.variables.txt" : "You must be registered for see links",
"external.texts.txt" : "You must be registered for see links",
"productdata.load.url" : "You must be registered for see links",
"furnidata.load.url" : "You must be registered for see links",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" :"You must be registered for see links",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "You must be registered for see links",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "You must be registered for see links", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
He said it redirects him about to the me page. Has nothing to do with enabling flash.
Did you link your swfs correctly? If you did try a new client.php from another theme.