client.php crossdomain.xml

Vapour

CrimKing was here.
Aug 18, 2013
179
13
hey guys im getting this issue screen shot bellow. client is sticking to 76% and the emu gets the conection and says one user online i open developer tools and i get the error showed in the screenie.




to me it looks like the path for the xml doc is in the rong location

here is my client.php

<!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/Mango/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Mango/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = " ";





var flashvars =
{
"client.starting" : "{username} is now loading Section Hotel",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "VPS IP",
"connection.info.port" : "PORT BBY",
"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>
<script src=" "></script>


</head>

<body>
<div id="client"></div>

</body>
</html>
 

Users who are viewing this thread

Top